Html Css Color HEX #FD019F Hollywood Cerise

📋 copy color: '#FD019F'

red 253 ◦ green 1 ◦ blue 159

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

Shades of Hollywood Cerise #FD019F

Tints of Hollywood Cerise #FD019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 61.26%
G = 0.24%
B = 38.5%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD019F (or 0xFD019F) is known color: Hollywood Cerise. HEX triplet: FD, 01 and 9F. RGB value is (253,1,159). Sum of RGB (Red+Green+Blue) = 253+1+159=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 1 (0.78% from 255 or 0.24% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD019F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD019F is #02FE60. Grayscale: #5D5D5D. Windows color (decimal): -196193 or 10420733. OLE color: 10420733.

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

Color convert

RGB 253 1 159 -
CMYK 0 1.00 0.37 0.01
HSL 322.38º 0.99% 0.5% -
HSV(B) 322.38º 1% 0.99% -
XYZ 46.78 23.41 34.85 -
YUV 94.36 164.49 241.15 -
System Red Green Blue C M Y K H S L
Decimal 253 1 159 0 1.00 0.37 0.01 322.38 0.99 0.5
Hex FD 1 9F 0 64 25 1 142 63 32
Octal 375 1 237 0 144 45 1 502 143 62
Binary 11111101 1 10011111 0 1100100 100101 1 101000010 1100011 110010

Color Harmonies of #FD019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD019F

Black with #FD019F

Text Example


Text Example

White with #FD019F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD019F; }

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

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

background-color css

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

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

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

border-color css

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

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

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