Html Css Color HEX #F002A0 Hollywood Cerise

📋 copy color: '#F002A0'

red 240 ◦ green 2 ◦ blue 160

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

Shades of Hollywood Cerise #F002A0

Tints of Hollywood Cerise #F002A0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

 BLUE value IS 160 (62.89% from 255) = 39.8%

R = 59.7%
G = 0.5%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F002A0 (or 0xF002A0) is known color: Hollywood Cerise. HEX triplet: F0, 02 and A0. RGB value is (240,2,160). Sum of RGB (Red+Green+Blue) = 240+2+160=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 2 (1.17% from 255 or 0.50% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F002A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F002A0 is #0FFD5F. Grayscale: #5A5A5A. Windows color (decimal): -1047904 or 10486512. OLE color: 10486512.

HSL color Cylindrical-coordinate representation of color #F002A0: hue angle of 320.17º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F002A0 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 160 -
CMYK 0 0.99 0.33 0.06
HSL 320.17º 0.98% 0.47% -
HSV(B) 320.17º 0.99% 0.94% -
XYZ 42.3 21.11 35.1 -
YUV 91.17 166.85 234.15 -
System Red Green Blue C M Y K H S L
Decimal 240 2 160 0 0.99 0.33 0.06 320.17 0.98 0.47
Hex F0 2 A0 0 63 21 6 140 62 2F
Octal 360 2 240 0 143 41 6 500 142 57
Binary 11110000 10 10100000 0 1100011 100001 110 101000000 1100010 101111

Color Harmonies of #F002A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002A0

Black with #F002A0

Text Example


Text Example

White with #F002A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002A0; }

 p { color: rgb(240,2,160); }

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

background-color css

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

 a { background-color: rgb(240,2,160); }

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

border-color css

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

 span { border-color: rgb(240,2,160); }

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