#FC57A8

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

Shades of Brilliant Rose #FC57A8

Tints of Brilliant Rose #FC57A8

Color information

#FC57A8 (or 0xFC57A8) is unknown color: approx Brilliant Rose. HEX triplet: FC, 57 and A8. RGB value is (252,87,168). Sum of RGB (Red+Green+Blue) = 252+87+168=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 87 (34.38% from 255 or 17.16% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC57A8 is #03A857. Grayscale: #919191. Windows color (decimal): -239704 or 11032572. OLE color: 11032572.

HSL color Cylindrical-coordinate representation of color #FC57A8: hue angle of 330.55º 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 #FC57A8 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB25287168-
CMYK00.650.330.01
HSL330.55º96.49%66.47%-
HSV(B)330.55º65.48%98.82%-
XYZ50.6230.3440.23-
YUV145.57140.66203.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.70%
GREEN value IS 87 (34.38% from 255) = 17.16%
BLUE value IS 168 (66.02% from 255) = 33.14%
R=49.70%
G=17.16%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528716800.650.330.01330.5596.4966.47
HexFC57A804121114b6042
Octal3741272500101411513140102
Binary1111110010101111010100001000001100001110100101111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC57A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC57A8; }

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

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

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

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

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

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

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

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