Html Css Color HEX #FD0096 Hollywood Cerise

📋 copy color: '#FD0096'

red 253 ◦ green 0 ◦ blue 150

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

Shades of Hollywood Cerise #FD0096

Tints of Hollywood Cerise #FD0096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.78%
G = 0%
B = 37.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FD0096 (or 0xFD0096) is known color: Hollywood Cerise. HEX triplet: FD, 00 and 96. RGB value is (253,0,150). Sum of RGB (Red+Green+Blue) = 253+0+150=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0096 is #02FF69. Grayscale: #5C5C5C. Windows color (decimal): -196458 or 9830653. OLE color: 9830653.

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

Color convert

RGB 253 0 150 -
CMYK 0 1 0.41 0.01
HSL 324.43º 1% 0.5% -
HSV(B) 324.43º 1% 0.99% -
XYZ 46.01 23.08 30.88 -
YUV 92.75 160.32 242.3 -
System Red Green Blue C M Y K H S L
Decimal 253 0 150 0 1 0.41 0.01 324.43 1 0.5
Hex FD 0 96 0 64 29 1 144 64 32
Octal 375 0 226 0 144 51 1 504 144 62
Binary 11111101 0 10010110 0 1100100 101001 1 101000100 1100100 110010

Color Harmonies of #FD0096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0096

Black with #FD0096

Text Example


Text Example

White with #FD0096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0096; }

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

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

background-color css

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

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

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

border-color css

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

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

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