#FC5497

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

Shades of Brilliant Rose #FC5497

Tints of Brilliant Rose #FC5497

Color information

#FC5497 (or 0xFC5497) is unknown color: approx Brilliant Rose. HEX triplet: FC, 54 and 97. RGB value is (252,84,151). Sum of RGB (Red+Green+Blue) = 252+84+151=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5497 is #03AB68. Grayscale: #8D8D8D. Windows color (decimal): -240489 or 9917692. OLE color: 9917692.

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

Color convert

RGB25284151-
CMYK00.670.400.01
HSL336.07º96.55%65.88%-
HSV(B)336.07º66.67%98.82%-
XYZ48.929.2732.35-
YUV141.87133.16206.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.75%
GREEN value IS 84 (33.20% from 255) = 17.25%
BLUE value IS 151 (59.38% from 255) = 31.01%
R=51.75%
G=17.25%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528415100.670.400.01336.0796.5565.88
HexFC54970432811506142
Octal3741242270103501520141102
Binary1111110010101001001011101000011101000110101000011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5497; }

 p { color: rgb(252,84,151); }

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

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

 a { background-color: rgb(252,84,151); }

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

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

 span { border-color: rgb(252,84,151); }

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