Html Css Color HEX #FD09A1 Hollywood Cerise

📋 copy color: '#FD09A1'

red 253 ◦ green 9 ◦ blue 161

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

Shades of Hollywood Cerise #FD09A1

Tints of Hollywood Cerise #FD09A1

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.13%

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

R = 59.81%
G = 2.13%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD09A1 (or 0xFD09A1) is known color: Hollywood Cerise. HEX triplet: FD, 09 and A1. RGB value is (253,9,161). Sum of RGB (Red+Green+Blue) = 253+9+161=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD09A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD09A1 is #02F65E. Grayscale: #626262. Windows color (decimal): -194143 or 10553853. OLE color: 10553853.

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

Color convert

RGB 253 9 161 -
CMYK 0 0.96 0.36 0.01
HSL 322.62º 0.98% 0.51% -
HSV(B) 322.62º 0.96% 0.99% -
XYZ 47.04 23.65 35.8 -
YUV 99.28 162.84 237.64 -
System Red Green Blue C M Y K H S L
Decimal 253 9 161 0 0.96 0.36 0.01 322.62 0.98 0.51
Hex FD 9 A1 0 60 24 1 143 62 33
Octal 375 11 241 0 140 44 1 503 142 63
Binary 11111101 1001 10100001 0 1100000 100100 1 101000011 1100010 110011

Color Harmonies of #FD09A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD09A1

Black with #FD09A1

Text Example


Text Example

White with #FD09A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD09A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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