Html Css Color HEX #F005A2 Hollywood Cerise

📋 copy color: '#F005A2'

red 240 ◦ green 5 ◦ blue 162

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

Shades of Hollywood Cerise #F005A2

Tints of Hollywood Cerise #F005A2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.23%

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

R = 58.97%
G = 1.23%
B = 39.8%

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

#F005A2 (or 0xF005A2) is known color: Hollywood Cerise. HEX triplet: F0, 05 and A2. RGB value is (240,5,162). Sum of RGB (Red+Green+Blue) = 240+5+162=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F005A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F005A2 is #0FFA5D. Grayscale: #5C5C5C. Windows color (decimal): -1047134 or 10618352. OLE color: 10618352.

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

Color convert

RGB 240 5 162 -
CMYK 0 0.98 0.32 0.06
HSL 319.91º 0.96% 0.48% -
HSV(B) 319.91º 0.98% 0.94% -
XYZ 42.51 21.24 36.04 -
YUV 93.16 166.86 232.73 -
System Red Green Blue C M Y K H S L
Decimal 240 5 162 0 0.98 0.32 0.06 319.91 0.96 0.48
Hex F0 5 A2 0 62 20 6 140 60 30
Octal 360 5 242 0 142 40 6 500 140 60
Binary 11110000 101 10100010 0 1100010 100000 110 101000000 1100000 110000

Color Harmonies of #F005A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F005A2

Black with #F005A2

Text Example


Text Example

White with #F005A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F005A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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