#FC5199

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

Shades of Brilliant Rose #FC5199

Tints of Brilliant Rose #FC5199

Color information

#FC5199 (or 0xFC5199) is unknown color: approx Brilliant Rose. HEX triplet: FC, 51 and 99. RGB value is (252,81,153). Sum of RGB (Red+Green+Blue) = 252+81+153=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5199 is #03AE66. Grayscale: #8C8C8C. Windows color (decimal): -241255 or 10047996. OLE color: 10047996.

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

Color convert

RGB25281153-
CMYK00.680.390.01
HSL334.74º96.61%65.29%-
HSV(B)334.74º67.86%98.82%-
XYZ48.8428.8833.14-
YUV140.34135.15207.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.85%
GREEN value IS 81 (32.03% from 255) = 16.67%
BLUE value IS 153 (60.16% from 255) = 31.48%
R=51.85%
G=16.67%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528115300.680.390.01334.7496.6165.29
HexFC519904427114f6141
Octal3741212310104471517141101
Binary1111110010100011001100101000100100111110100111111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5199; }

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

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

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

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

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

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

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

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