Html Css Color HEX #F006A2 Hollywood Cerise

📋 copy color: '#F006A2'

red 240 ◦ green 6 ◦ blue 162

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

Shades of Hollywood Cerise #F006A2

Tints of Hollywood Cerise #F006A2

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.47%

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

R = 58.82%
G = 1.47%
B = 39.71%

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

#F006A2 (or 0xF006A2) is known color: Hollywood Cerise. HEX triplet: F0, 06 and A2. RGB value is (240,6,162). Sum of RGB (Red+Green+Blue) = 240+6+162=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 162 (63.67% from 255 or 39.71% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F006A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F006A2 is #0FF95D. Grayscale: #5D5D5D. Windows color (decimal): -1046878 or 10618608. OLE color: 10618608.

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

Color convert

RGB 240 6 162 -
CMYK 0 0.98 0.32 0.06
HSL 320º 0.95% 0.48% -
HSV(B) 320º 0.98% 0.94% -
XYZ 42.52 21.26 36.05 -
YUV 93.75 166.52 232.32 -
System Red Green Blue C M Y K H S L
Decimal 240 6 162 0 0.98 0.32 0.06 320 0.95 0.48
Hex F0 6 A2 0 62 20 6 140 5F 30
Octal 360 6 242 0 142 40 6 500 137 60
Binary 11110000 110 10100010 0 1100010 100000 110 101000000 1011111 110000

Color Harmonies of #F006A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F006A2

Black with #F006A2

Text Example


Text Example

White with #F006A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F006A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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