#FC57A6

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

Shades of Brilliant Rose #FC57A6

Tints of Brilliant Rose #FC57A6

Color information

#FC57A6 (or 0xFC57A6) is unknown color: approx Brilliant Rose. HEX triplet: FC, 57 and A6. RGB value is (252,87,166). Sum of RGB (Red+Green+Blue) = 252+87+166=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 87 (34.38% from 255 or 17.23% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC57A6 is #03A859. Grayscale: #919191. Windows color (decimal): -239706 or 10901500. OLE color: 10901500.

HSL color Cylindrical-coordinate representation of color #FC57A6: hue angle of 331.27º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC57A6 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB25287166-
CMYK00.650.340.01
HSL331.27º96.49%66.47%-
HSV(B)331.27º65.48%98.82%-
XYZ50.4430.2739.26-
YUV145.34139.66204.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.90%
GREEN value IS 87 (34.38% from 255) = 17.23%
BLUE value IS 166 (65.23% from 255) = 32.87%
R=49.90%
G=17.23%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528716600.650.340.01331.2796.4966.47
HexFC57A604122114b6042
Octal3741272460101421513140102
Binary1111110010101111010011001000001100010110100101111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC57A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC57A6; }

 p { color: rgb(252,87,166); }

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

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

 a { background-color: rgb(252,87,166); }

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

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

 span { border-color: rgb(252,87,166); }

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