Html Css Color HEX #FD0099 Hollywood Cerise

📋 copy color: '#FD0099'

red 253 ◦ green 0 ◦ blue 153

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

Shades of Hollywood Cerise #FD0099

Tints of Hollywood Cerise #FD0099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.68%

R = 62.32%
G = 0%
B = 37.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD0099 (or 0xFD0099) is known color: Hollywood Cerise. HEX triplet: FD, 00 and 99. RGB value is (253,0,153). Sum of RGB (Red+Green+Blue) = 253+0+153=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0099 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0099 is #02FF66. Grayscale: #5C5C5C. Windows color (decimal): -196455 or 10027261. OLE color: 10027261.

HSL color Cylindrical-coordinate representation of color #FD0099: hue angle of 323.72º 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 #FD0099 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 0 153 -
CMYK 0 1 0.40 0.01
HSL 323.72º 1% 0.5% -
HSV(B) 323.72º 1% 0.99% -
XYZ 46.26 23.18 32.17 -
YUV 93.09 161.82 242.06 -
System Red Green Blue C M Y K H S L
Decimal 253 0 153 0 1 0.40 0.01 323.72 1 0.5
Hex FD 0 99 0 64 28 1 144 64 32
Octal 375 0 231 0 144 50 1 504 144 62
Binary 11111101 0 10011001 0 1100100 101000 1 101000100 1100100 110010

Color Harmonies of #FD0099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0099

Black with #FD0099

Text Example


Text Example

White with #FD0099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0099; }

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

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

background-color css

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

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

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

border-color css

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

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

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