#FC5C99

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

Shades of Brilliant Rose #FC5C99

Tints of Brilliant Rose #FC5C99

Color information

#FC5C99 (or 0xFC5C99) is unknown color: approx Brilliant Rose. HEX triplet: FC, 5C and 99. RGB value is (252,92,153). Sum of RGB (Red+Green+Blue) = 252+92+153=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5C99 is #03A366. Grayscale: #929292. Windows color (decimal): -238439 or 10050812. OLE color: 10050812.

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

Color convert

RGB25292153-
CMYK00.630.390.01
HSL337.12º96.39%67.45%-
HSV(B)337.12º63.49%98.82%-
XYZ49.7230.6533.43-
YUV146.79131.51203.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.70%
GREEN value IS 92 (36.33% from 255) = 18.51%
BLUE value IS 153 (60.16% from 255) = 30.78%
R=50.70%
G=18.51%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529215300.630.390.01337.1296.3967.45
HexFC5C9903F2711516043
Octal374134231077471521140103
Binary111111001011100100110010111111100111110101000111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5C99; }

 p { color: rgb(252,92,153); }

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

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

 a { background-color: rgb(252,92,153); }

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

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

 span { border-color: rgb(252,92,153); }

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