#FC5598

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

Shades of Brilliant Rose #FC5598

Tints of Brilliant Rose #FC5598

Color information

#FC5598 (or 0xFC5598) is unknown color: approx Brilliant Rose. HEX triplet: FC, 55 and 98. RGB value is (252,85,152). Sum of RGB (Red+Green+Blue) = 252+85+152=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5598 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5598 is #03AA67. Grayscale: #8E8E8E. Windows color (decimal): -240232 or 9983484. OLE color: 9983484.

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

Color convert

RGB25285152-
CMYK00.660.400.01
HSL335.93º96.53%66.08%-
HSV(B)335.93º66.27%98.82%-
XYZ49.0629.4632.81-
YUV142.57133.33206.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.53%
GREEN value IS 85 (33.59% from 255) = 17.38%
BLUE value IS 152 (59.77% from 255) = 31.08%
R=51.53%
G=17.38%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528515200.660.400.01335.9396.5366.08
HexFC55980422811506142
Octal3741252300102501520141102
Binary1111110010101011001100001000010101000110101000011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5598; }

 p { color: rgb(252,85,152); }

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

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

 a { background-color: rgb(252,85,152); }

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

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

 span { border-color: rgb(252,85,152); }

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