Html Css Color HEX #F60BAC Hollywood Cerise

📋 copy color: '#F60BAC'

red 246 ◦ green 11 ◦ blue 172

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

Shades of Hollywood Cerise #F60BAC

Tints of Hollywood Cerise #F60BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.09%

R = 57.34%
G = 2.56%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F60BAC (or 0xF60BAC) is known color: Hollywood Cerise. HEX triplet: F6, 0B and AC. RGB value is (246,11,172). Sum of RGB (Red+Green+Blue) = 246+11+172=429 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.34% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60BAC is #09F453. Grayscale: #636363. Windows color (decimal): -652372 or 11275254. OLE color: 11275254.

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

Color convert

RGB 246 11 172 -
CMYK 0 0.96 0.30 0.04
HSL 318.89º 0.93% 0.5% -
HSV(B) 318.89º 0.96% 0.96% -
XYZ 45.57 22.81 41.03 -
YUV 99.62 168.86 232.41 -
System Red Green Blue C M Y K H S L
Decimal 246 11 172 0 0.96 0.30 0.04 318.89 0.93 0.5
Hex F6 B AC 0 60 1E 4 13F 5D 32
Octal 366 13 254 0 140 36 4 477 135 62
Binary 11110110 1011 10101100 0 1100000 11110 100 100111111 1011101 110010

Color Harmonies of #F60BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60BAC

Black with #F60BAC

Text Example


Text Example

White with #F60BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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