Html Css Color HEX #FD0396 Hollywood Cerise

📋 copy color: '#FD0396'

red 253 ◦ green 3 ◦ blue 150

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

Shades of Hollywood Cerise #FD0396

Tints of Hollywood Cerise #FD0396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.74%

 BLUE value IS 150 (58.98% from 255) = 36.95%

R = 62.32%
G = 0.74%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FD0396 (or 0xFD0396) is known color: Hollywood Cerise. HEX triplet: FD, 03 and 96. RGB value is (253,3,150). Sum of RGB (Red+Green+Blue) = 253+3+150=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0396 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0396 is #02FC69. Grayscale: #5E5E5E. Windows color (decimal): -195690 or 9831421. OLE color: 9831421.

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

Color convert

RGB 253 3 150 -
CMYK 0 0.99 0.41 0.01
HSL 324.72º 0.98% 0.5% -
HSV(B) 324.72º 0.99% 0.99% -
XYZ 46.05 23.15 30.9 -
YUV 94.51 159.33 241.05 -
System Red Green Blue C M Y K H S L
Decimal 253 3 150 0 0.99 0.41 0.01 324.72 0.98 0.5
Hex FD 3 96 0 63 29 1 145 62 32
Octal 375 3 226 0 143 51 1 505 142 62
Binary 11111101 11 10010110 0 1100011 101001 1 101000101 1100010 110010

Color Harmonies of #FD0396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0396

Black with #FD0396

Text Example


Text Example

White with #FD0396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0396; }

 p { color: rgb(253,3,150); }

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

background-color css

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

 a { background-color: rgb(253,3,150); }

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

border-color css

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

 span { border-color: rgb(253,3,150); }

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