Html Css Color HEX #F60BA8 Hollywood Cerise

📋 copy color: '#F60BA8'

red 246 ◦ green 11 ◦ blue 168

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

Shades of Hollywood Cerise #F60BA8

Tints of Hollywood Cerise #F60BA8

RGB

 RED value IS 246 (96.48% from 255) = 57.88%

 GREEN value IS 11 (4.69% from 255) = 2.59%

 BLUE value IS 168 (66.02% from 255) = 39.53%

R = 57.88%
G = 2.59%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F60BA8 (or 0xF60BA8) is known color: Hollywood Cerise. HEX triplet: F6, 0B and A8. RGB value is (246,11,168). Sum of RGB (Red+Green+Blue) = 246+11+168=425 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.88% from 425); Green value is 11 (4.69% from 255 or 2.59% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BA8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60BA8 is #09F457. Grayscale: #626262. Windows color (decimal): -652376 or 11013110. OLE color: 11013110.

HSL color Cylindrical-coordinate representation of color #F60BA8: hue angle of 319.91º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60BA8 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 11 168 -
CMYK 0 0.96 0.32 0.04
HSL 319.91º 0.93% 0.5% -
HSV(B) 319.91º 0.96% 0.96% -
XYZ 45.19 22.66 39.04 -
YUV 99.16 166.86 232.73 -
System Red Green Blue C M Y K H S L
Decimal 246 11 168 0 0.96 0.32 0.04 319.91 0.93 0.5
Hex F6 B A8 0 60 20 4 140 5D 32
Octal 366 13 250 0 140 40 4 500 135 62
Binary 11110110 1011 10101000 0 1100000 100000 100 101000000 1011101 110010

Color Harmonies of #F60BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60BA8

Black with #F60BA8

Text Example


Text Example

White with #F60BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60BA8; }

 p { color: rgb(246,11,168); }

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

background-color css

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

 a { background-color: rgb(246,11,168); }

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

border-color css

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

 span { border-color: rgb(246,11,168); }

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