Html Css Color HEX #FD08A1 Hollywood Cerise

📋 copy color: '#FD08A1'

red 253 ◦ green 8 ◦ blue 161

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

Shades of Hollywood Cerise #FD08A1

Tints of Hollywood Cerise #FD08A1

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.9%

 BLUE value IS 161 (63.28% from 255) = 38.15%

R = 59.95%
G = 1.9%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD08A1 (or 0xFD08A1) is known color: Hollywood Cerise. HEX triplet: FD, 08 and A1. RGB value is (253,8,161). Sum of RGB (Red+Green+Blue) = 253+8+161=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FD08A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD08A1 is #02F75E. Grayscale: #626262. Windows color (decimal): -194399 or 10553597. OLE color: 10553597.

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

Color convert

RGB 253 8 161 -
CMYK 0 0.97 0.36 0.01
HSL 322.53º 0.98% 0.51% -
HSV(B) 322.53º 0.97% 0.99% -
XYZ 47.03 23.63 35.8 -
YUV 98.7 163.17 238.06 -
System Red Green Blue C M Y K H S L
Decimal 253 8 161 0 0.97 0.36 0.01 322.53 0.98 0.51
Hex FD 8 A1 0 61 24 1 143 62 33
Octal 375 10 241 0 141 44 1 503 142 63
Binary 11111101 1000 10100001 0 1100001 100100 1 101000011 1100010 110011

Color Harmonies of #FD08A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD08A1

Black with #FD08A1

Text Example


Text Example

White with #FD08A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD08A1; }

 p { color: rgb(253,8,161); }

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

background-color css

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

 a { background-color: rgb(253,8,161); }

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

border-color css

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

 span { border-color: rgb(253,8,161); }

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