Html Css Color HEX #FD0497 Hollywood Cerise

📋 copy color: '#FD0497'

red 253 ◦ green 4 ◦ blue 151

#FD0497
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #FD0497

Tints of Hollywood Cerise #FD0497

RGB

 RED value IS 253 (99.22% from 255) = 62.01%

 GREEN value IS 4 (1.95% from 255) = 0.98%

 BLUE value IS 151 (59.38% from 255) = 37.01%

R = 62.01%
G = 0.98%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD0497 (or 0xFD0497) is known color: Hollywood Cerise. HEX triplet: FD, 04 and 97. RGB value is (253,4,151). Sum of RGB (Red+Green+Blue) = 253+4+151=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0497 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0497 is #02FB68. Grayscale: #5E5E5E. Windows color (decimal): -195433 or 9897213. OLE color: 9897213.

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

Color convert

RGB 253 4 151 -
CMYK 0 0.98 0.40 0.01
HSL 324.58º 0.98% 0.5% -
HSV(B) 324.58º 0.98% 0.99% -
XYZ 46.14 23.2 31.33 -
YUV 95.21 159.49 240.55 -
System Red Green Blue C M Y K H S L
Decimal 253 4 151 0 0.98 0.40 0.01 324.58 0.98 0.5
Hex FD 4 97 0 62 28 1 145 62 32
Octal 375 4 227 0 142 50 1 505 142 62
Binary 11111101 100 10010111 0 1100010 101000 1 101000101 1100010 110010

Color Harmonies of #FD0497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0497

Black with #FD0497

Text Example


Text Example

White with #FD0497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0497; }

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

 H1.HeaderClassName
 {
   color: #FD0497;
 }
 .AnyTagClassName
 {
   color: #FD0497;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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