Html Css Color HEX #F009A1 Hollywood Cerise

📋 copy color: '#F009A1'

red 240 ◦ green 9 ◦ blue 161

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

Shades of Hollywood Cerise #F009A1

Tints of Hollywood Cerise #F009A1

RGB

 RED value IS 240 (94.14% from 255) = 58.54%

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

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

R = 58.54%
G = 2.2%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F009A1 (or 0xF009A1) is known color: Hollywood Cerise. HEX triplet: F0, 09 and A1. RGB value is (240,9,161). Sum of RGB (Red+Green+Blue) = 240+9+161=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 161 (63.28% from 255 or 39.27% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F009A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F009A1 is #0FF65E. Grayscale: #5F5F5F. Windows color (decimal): -1046111 or 10553840. OLE color: 10553840.

HSL color Cylindrical-coordinate representation of color #F009A1: hue angle of 320.52º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F009A1 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 9 161 -
CMYK 0 0.96 0.33 0.06
HSL 320.52º 0.93% 0.49% -
HSV(B) 320.52º 0.96% 0.94% -
XYZ 42.47 21.29 35.59 -
YUV 95.4 165.03 231.14 -
System Red Green Blue C M Y K H S L
Decimal 240 9 161 0 0.96 0.33 0.06 320.52 0.93 0.49
Hex F0 9 A1 0 60 21 6 141 5D 31
Octal 360 11 241 0 140 41 6 501 135 61
Binary 11110000 1001 10100001 0 1100000 100001 110 101000001 1011101 110001

Color Harmonies of #F009A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F009A1

Black with #F009A1

Text Example


Text Example

White with #F009A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F009A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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