Html Css Color HEX #F006A0 Hollywood Cerise

📋 copy color: '#F006A0'

red 240 ◦ green 6 ◦ blue 160

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

Shades of Hollywood Cerise #F006A0

Tints of Hollywood Cerise #F006A0

RGB

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

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

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

R = 59.11%
G = 1.48%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F006A0 (or 0xF006A0) is known color: Hollywood Cerise. HEX triplet: F0, 06 and A0. RGB value is (240,6,160). Sum of RGB (Red+Green+Blue) = 240+6+160=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F006A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F006A0 is #0FF95F. Grayscale: #5D5D5D. Windows color (decimal): -1046880 or 10487536. OLE color: 10487536.

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

Color convert

RGB 240 6 160 -
CMYK 0 0.98 0.33 0.06
HSL 320.51º 0.95% 0.48% -
HSV(B) 320.51º 0.98% 0.94% -
XYZ 42.35 21.19 35.12 -
YUV 93.52 165.52 232.48 -
System Red Green Blue C M Y K H S L
Decimal 240 6 160 0 0.98 0.33 0.06 320.51 0.95 0.48
Hex F0 6 A0 0 62 21 6 141 5F 30
Octal 360 6 240 0 142 41 6 501 137 60
Binary 11110000 110 10100000 0 1100010 100001 110 101000001 1011111 110000

Color Harmonies of #F006A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F006A0

Black with #F006A0

Text Example


Text Example

White with #F006A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F006A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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