#FD0197

Color #FD0197 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #FD0197

Tints of Hollywood Cerise #FD0197

Color information

#FD0197 (or 0xFD0197) is unknown color: approx Hollywood Cerise. HEX triplet: FD, 01 and 97. RGB value is (253,1,151). Sum of RGB (Red+Green+Blue) = 253+1+151=405 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.47% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0197 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0197 is #02FE68. Grayscale: #5D5D5D. Windows color (decimal): -196201 or 9896445. OLE color: 9896445.

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

Color convert

RGB2531151-
CMYK01.000.400.01
HSL324.29º99.21%49.8%-
HSV(B)324.29º99.6%99.22%-
XYZ46.123.1431.31-
YUV93.45160.49241.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.47%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 151 (59.38% from 255) = 37.28%
R=62.47%
G=0.25%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253115101.000.400.01324.2999.2149.8
HexFD1970642811446332
Octal3751227014450150414362
Binary111111011100101110110010010100011010001001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD0197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD0197; }

 p { color: rgb(253,1,151); }

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

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

 a { background-color: rgb(253,1,151); }

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

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

 span { border-color: rgb(253,1,151); }

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