Html Css Color HEX #F00AB0 Hollywood Cerise

📋 copy color: '#F00AB0'

red 240 ◦ green 10 ◦ blue 176

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

Shades of Hollywood Cerise #F00AB0

Tints of Hollywood Cerise #F00AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.31%

R = 56.34%
G = 2.35%
B = 41.31%

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

#F00AB0 (or 0xF00AB0) is known color: Hollywood Cerise. HEX triplet: F0, 0A and B0. RGB value is (240,10,176). Sum of RGB (Red+Green+Blue) = 240+10+176=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 10 (4.30% from 255 or 2.35% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00AB0 is #0FF54F. Grayscale: #616161. Windows color (decimal): -1045840 or 11537136. OLE color: 11537136.

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

Color convert

RGB 240 10 176 -
CMYK 0 0.96 0.27 0.06
HSL 316.7º 0.92% 0.49% -
HSV(B) 316.7º 0.96% 0.94% -
XYZ 43.88 21.88 42.98 -
YUV 97.69 172.2 229.5 -
System Red Green Blue C M Y K H S L
Decimal 240 10 176 0 0.96 0.27 0.06 316.7 0.92 0.49
Hex F0 A B0 0 60 1B 6 13D 5C 31
Octal 360 12 260 0 140 33 6 475 134 61
Binary 11110000 1010 10110000 0 1100000 11011 110 100111101 1011100 110001

Color Harmonies of #F00AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00AB0

Black with #F00AB0

Text Example


Text Example

White with #F00AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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