#F353AC

Color #F353AC Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F353AC

Tints of Brilliant Rose #F353AC

Color information

#F353AC (or 0xF353AC) is unknown color: approx Brilliant Rose. HEX triplet: F3, 53 and AC. RGB value is (243,83,172). Sum of RGB (Red+Green+Blue) = 243+83+172=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 243 - color contains mainly: red. Hex color #F353AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F353AC is #0CAC53. Grayscale: #8C8C8C. Windows color (decimal): -830548 or 11293683. OLE color: 11293683.

HSL color Cylindrical-coordinate representation of color #F353AC: hue angle of 326.62º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F353AC is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB24383172-
CMYK00.660.290.05
HSL326.62º86.96%63.92%-
HSV(B)326.62º65.84%95.29%-
XYZ47.528.2241.97-
YUV140.99145.51200.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 48.80%
GREEN value IS 83 (32.81% from 255) = 16.67%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=48.80%
G=16.67%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438317200.660.290.05326.6286.9663.92
HexF353AC0421D51475740
Octal3631232540102355507127100
Binary11110011101001110101100010000101110110110100011110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F353AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F353AC; }

 p { color: rgb(243,83,172); }

 H1.HeaderClassName
 {
   color: #F353AC;
 }
 .AnyTagClassName
 {
   color: #F353AC;
 }
</style>
background-color css

<style>
 a { background-color: #F353AC; }

 a { background-color: rgb(243,83,172); }

 div.DivClassName
 {
   background-color: #F353AC;
 }
 .BgClassName
 {
   background-color: #F353AC;
 }
</style>
border-color css

<style>
 span { border-color: #F353AC; }

 span { border-color: rgb(243,83,172); }

 td.TdClassName
 {
   border-color: #F353AC;
 }
 .TagClassName
 {
   border-color: #F353AC;
 }
</style>