Html Css Color HEX #F00A98 Hollywood Cerise

📋 copy color: '#F00A98'

red 240 ◦ green 10 ◦ blue 152

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

Shades of Hollywood Cerise #F00A98

Tints of Hollywood Cerise #F00A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.81%

R = 59.7%
G = 2.49%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F00A98 (or 0xF00A98) is known color: Hollywood Cerise. HEX triplet: F0, 0A and 98. RGB value is (240,10,152). Sum of RGB (Red+Green+Blue) = 240+10+152=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 10 (4.30% from 255 or 2.49% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00A98 is #0FF567. Grayscale: #5E5E5E. Windows color (decimal): -1045864 or 9964272. OLE color: 9964272.

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

Color convert

RGB 240 10 152 -
CMYK 0 0.96 0.37 0.06
HSL 322.96º 0.92% 0.49% -
HSV(B) 322.96º 0.96% 0.94% -
XYZ 41.71 21.01 31.56 -
YUV 94.96 160.2 231.45 -
System Red Green Blue C M Y K H S L
Decimal 240 10 152 0 0.96 0.37 0.06 322.96 0.92 0.49
Hex F0 A 98 0 60 25 6 143 5C 31
Octal 360 12 230 0 140 45 6 503 134 61
Binary 11110000 1010 10011000 0 1100000 100101 110 101000011 1011100 110001

Color Harmonies of #F00A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A98

Black with #F00A98

Text Example


Text Example

White with #F00A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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