#FC5DA8

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

Shades of Brilliant Rose #FC5DA8

Tints of Brilliant Rose #FC5DA8

Color information

#FC5DA8 (or 0xFC5DA8) is unknown color: approx Brilliant Rose. HEX triplet: FC, 5D and A8. RGB value is (252,93,168). Sum of RGB (Red+Green+Blue) = 252+93+168=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5DA8 is #03A257. Grayscale: #949494. Windows color (decimal): -238168 or 11034108. OLE color: 11034108.

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

Color convert

RGB25293168-
CMYK00.630.330.01
HSL331.7º96.36%67.65%-
HSV(B)331.7º63.1%98.82%-
XYZ51.1331.3540.4-
YUV149.09138.68201.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.12%
GREEN value IS 93 (36.72% from 255) = 18.13%
BLUE value IS 168 (66.02% from 255) = 32.75%
R=49.12%
G=18.13%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529316800.630.330.01331.796.3667.65
HexFC5DA803F21114c6044
Octal374135250077411514140104
Binary111111001011101101010000111111100001110100110011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5DA8; }

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

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

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

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

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

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

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

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