Html Css Color HEX #F60BAA Hollywood Cerise

📋 copy color: '#F60BAA'

red 246 ◦ green 11 ◦ blue 170

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

Shades of Hollywood Cerise #F60BAA

Tints of Hollywood Cerise #F60BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 57.61%
G = 2.58%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F60BAA (or 0xF60BAA) is known color: Hollywood Cerise. HEX triplet: F6, 0B and AA. RGB value is (246,11,170). Sum of RGB (Red+Green+Blue) = 246+11+170=427 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.61% from 427); Green value is 11 (4.69% from 255 or 2.58% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60BAA is #09F455. Grayscale: #626262. Windows color (decimal): -652374 or 11144182. OLE color: 11144182.

HSL color Cylindrical-coordinate representation of color #F60BAA: hue angle of 319.4º 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 #F60BAA is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 11 170 -
CMYK 0 0.96 0.31 0.04
HSL 319.4º 0.93% 0.5% -
HSV(B) 319.4º 0.96% 0.96% -
XYZ 45.38 22.73 40.03 -
YUV 99.39 167.86 232.57 -
System Red Green Blue C M Y K H S L
Decimal 246 11 170 0 0.96 0.31 0.04 319.4 0.93 0.5
Hex F6 B AA 0 60 1F 4 13F 5D 32
Octal 366 13 252 0 140 37 4 477 135 62
Binary 11110110 1011 10101010 0 1100000 11111 100 100111111 1011101 110010

Color Harmonies of #F60BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60BAA

Black with #F60BAA

Text Example


Text Example

White with #F60BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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