Html Css Color HEX #F004A2 Hollywood Cerise

📋 copy color: '#F004A2'

red 240 ◦ green 4 ◦ blue 162

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

Shades of Hollywood Cerise #F004A2

Tints of Hollywood Cerise #F004A2

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.99%

 BLUE value IS 162 (63.67% from 255) = 39.9%

R = 59.11%
G = 0.99%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F004A2 (or 0xF004A2) is known color: Hollywood Cerise. HEX triplet: F0, 04 and A2. RGB value is (240,4,162). Sum of RGB (Red+Green+Blue) = 240+4+162=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F004A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F004A2 is #0FFB5D. Grayscale: #5C5C5C. Windows color (decimal): -1047390 or 10618096. OLE color: 10618096.

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

Color convert

RGB 240 4 162 -
CMYK 0 0.98 0.32 0.06
HSL 319.83º 0.97% 0.48% -
HSV(B) 319.83º 0.98% 0.94% -
XYZ 42.5 21.22 36.04 -
YUV 92.58 167.19 233.15 -
System Red Green Blue C M Y K H S L
Decimal 240 4 162 0 0.98 0.32 0.06 319.83 0.97 0.48
Hex F0 4 A2 0 62 20 6 140 61 30
Octal 360 4 242 0 142 40 6 500 141 60
Binary 11110000 100 10100010 0 1100010 100000 110 101000000 1100001 110000

Color Harmonies of #F004A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F004A2

Black with #F004A2

Text Example


Text Example

White with #F004A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F004A2; }

 p { color: rgb(240,4,162); }

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

background-color css

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

 a { background-color: rgb(240,4,162); }

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

border-color css

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

 span { border-color: rgb(240,4,162); }

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