Html Css Color HEX #FD009F Hollywood Cerise

📋 copy color: '#FD009F'

red 253 ◦ green 0 ◦ blue 159

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

Shades of Hollywood Cerise #FD009F

Tints of Hollywood Cerise #FD009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.59%

R = 61.41%
G = 0%
B = 38.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD009F (or 0xFD009F) is known color: Hollywood Cerise. HEX triplet: FD, 00 and 9F. RGB value is (253,0,159). Sum of RGB (Red+Green+Blue) = 253+0+159=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD009F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD009F is #02FF60. Grayscale: #5D5D5D. Windows color (decimal): -196449 or 10420477. OLE color: 10420477.

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

Color convert

RGB 253 0 159 -
CMYK 0 1 0.37 0.01
HSL 322.29º 1% 0.5% -
HSV(B) 322.29º 1% 0.99% -
XYZ 46.77 23.39 34.85 -
YUV 93.77 164.82 241.57 -
System Red Green Blue C M Y K H S L
Decimal 253 0 159 0 1 0.37 0.01 322.29 1 0.5
Hex FD 0 9F 0 64 25 1 142 64 32
Octal 375 0 237 0 144 45 1 502 144 62
Binary 11111101 0 10011111 0 1100100 100101 1 101000010 1100100 110010

Color Harmonies of #FD009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD009F

Black with #FD009F

Text Example


Text Example

White with #FD009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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