Html Css Color HEX #F00A9F Hollywood Cerise

📋 copy color: '#F00A9F'

red 240 ◦ green 10 ◦ blue 159

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

Shades of Hollywood Cerise #F00A9F

Tints of Hollywood Cerise #F00A9F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.44%

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

R = 58.68%
G = 2.44%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F00A9F (or 0xF00A9F) is known color: Hollywood Cerise. HEX triplet: F0, 0A and 9F. RGB value is (240,10,159). Sum of RGB (Red+Green+Blue) = 240+10+159=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00A9F is #0FF560. Grayscale: #5F5F5F. Windows color (decimal): -1045857 or 10423024. OLE color: 10423024.

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

Color convert

RGB 240 10 159 -
CMYK 0 0.96 0.34 0.06
HSL 321.13º 0.92% 0.49% -
HSV(B) 321.13º 0.96% 0.94% -
XYZ 42.3 21.25 34.67 -
YUV 95.76 163.7 230.88 -
System Red Green Blue C M Y K H S L
Decimal 240 10 159 0 0.96 0.34 0.06 321.13 0.92 0.49
Hex F0 A 9F 0 60 22 6 141 5C 31
Octal 360 12 237 0 140 42 6 501 134 61
Binary 11110000 1010 10011111 0 1100000 100010 110 101000001 1011100 110001

Color Harmonies of #F00A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A9F

Black with #F00A9F

Text Example


Text Example

White with #F00A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A9F; }

 p { color: rgb(240,10,159); }

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

background-color css

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

 a { background-color: rgb(240,10,159); }

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

border-color css

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

 span { border-color: rgb(240,10,159); }

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