#FC4999

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

Shades of Brilliant Rose #FC4999

Tints of Brilliant Rose #FC4999

Color information

#FC4999 (or 0xFC4999) is unknown color: approx Brilliant Rose. HEX triplet: FC, 49 and 99. RGB value is (252,73,153). Sum of RGB (Red+Green+Blue) = 252+73+153=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4999 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4999 is #03B666. Grayscale: #878787. Windows color (decimal): -243303 or 10045948. OLE color: 10045948.

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

Color convert

RGB25273153-
CMYK00.710.390.01
HSL333.18º96.76%63.73%-
HSV(B)333.18º71.03%98.82%-
XYZ48.2827.7632.95-
YUV135.64137.8211-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.72%
GREEN value IS 73 (28.91% from 255) = 15.27%
BLUE value IS 153 (60.16% from 255) = 32.01%
R=52.72%
G=15.27%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527315300.710.390.01333.1896.7663.73
HexFC499904727114d6140
Octal3741112310107471515141100
Binary1111110010010011001100101000111100111110100110111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4999; }

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

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

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

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

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

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

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

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