Html Css Color HEX #F009AF Hollywood Cerise

📋 copy color: '#F009AF'

red 240 ◦ green 9 ◦ blue 175

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

Shades of Hollywood Cerise #F009AF

Tints of Hollywood Cerise #F009AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.27%

R = 56.6%
G = 2.12%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F009AF (or 0xF009AF) is known color: Hollywood Cerise. HEX triplet: F0, 09 and AF. RGB value is (240,9,175). Sum of RGB (Red+Green+Blue) = 240+9+175=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 9 (3.91% from 255 or 2.12% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F009AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F009AF is #0FF650. Grayscale: #606060. Windows color (decimal): -1046097 or 11471344. OLE color: 11471344.

HSL color Cylindrical-coordinate representation of color #F009AF: hue angle of 316.88º 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 #F009AF is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 9 175 -
CMYK 0 0.96 0.27 0.06
HSL 316.88º 0.93% 0.49% -
HSV(B) 316.88º 0.96% 0.94% -
XYZ 43.77 21.82 42.46 -
YUV 96.99 172.03 230 -
System Red Green Blue C M Y K H S L
Decimal 240 9 175 0 0.96 0.27 0.06 316.88 0.93 0.49
Hex F0 9 AF 0 60 1B 6 13D 5D 31
Octal 360 11 257 0 140 33 6 475 135 61
Binary 11110000 1001 10101111 0 1100000 11011 110 100111101 1011101 110001

Color Harmonies of #F009AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F009AF

Black with #F009AF

Text Example


Text Example

White with #F009AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F009AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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