Html Css Color HEX #F00AAE Hollywood Cerise

📋 copy color: '#F00AAE'

red 240 ◦ green 10 ◦ blue 174

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

Shades of Hollywood Cerise #F00AAE

Tints of Hollywood Cerise #F00AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.04%

R = 56.6%
G = 2.36%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F00AAE (or 0xF00AAE) is known color: Hollywood Cerise. HEX triplet: F0, 0A and AE. RGB value is (240,10,174). Sum of RGB (Red+Green+Blue) = 240+10+174=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00AAE is #0FF551. Grayscale: #616161. Windows color (decimal): -1045842 or 11406064. OLE color: 11406064.

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

Color convert

RGB 240 10 174 -
CMYK 0 0.96 0.28 0.06
HSL 317.22º 0.92% 0.49% -
HSV(B) 317.22º 0.96% 0.94% -
XYZ 43.68 21.8 41.95 -
YUV 97.47 171.2 229.66 -
System Red Green Blue C M Y K H S L
Decimal 240 10 174 0 0.96 0.28 0.06 317.22 0.92 0.49
Hex F0 A AE 0 60 1C 6 13D 5C 31
Octal 360 12 256 0 140 34 6 475 134 61
Binary 11110000 1010 10101110 0 1100000 11100 110 100111101 1011100 110001

Color Harmonies of #F00AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00AAE

Black with #F00AAE

Text Example


Text Example

White with #F00AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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