Html Css Color HEX #F00AA8 Hollywood Cerise

📋 copy color: '#F00AA8'

red 240 ◦ green 10 ◦ blue 168

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

Shades of Hollywood Cerise #F00AA8

Tints of Hollywood Cerise #F00AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.19%

R = 57.42%
G = 2.39%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F00AA8 (or 0xF00AA8) is known color: Hollywood Cerise. HEX triplet: F0, 0A and A8. RGB value is (240,10,168). Sum of RGB (Red+Green+Blue) = 240+10+168=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 10 (4.30% from 255 or 2.39% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AA8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00AA8 is #0FF557. Grayscale: #606060. Windows color (decimal): -1045848 or 11012848. OLE color: 11012848.

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

Color convert

RGB 240 10 168 -
CMYK 0 0.96 0.3 0.06
HSL 318.78º 0.92% 0.49% -
HSV(B) 318.78º 0.96% 0.94% -
XYZ 43.11 21.57 38.94 -
YUV 96.78 168.2 230.15 -
System Red Green Blue C M Y K H S L
Decimal 240 10 168 0 0.96 0.3 0.06 318.78 0.92 0.49
Hex F0 A A8 0 60 1E 6 13F 5C 31
Octal 360 12 250 0 140 36 6 477 134 61
Binary 11110000 1010 10101000 0 1100000 11110 110 100111111 1011100 110001

Color Harmonies of #F00AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00AA8

Black with #F00AA8

Text Example


Text Example

White with #F00AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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