Html Css Color HEX #F60DAC Hollywood Cerise

📋 copy color: '#F60DAC'

red 246 ◦ green 13 ◦ blue 172

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

Shades of Hollywood Cerise #F60DAC

Tints of Hollywood Cerise #F60DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.02%

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

R = 57.08%
G = 3.02%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F60DAC (or 0xF60DAC) is known color: Hollywood Cerise. HEX triplet: F6, 0D and AC. RGB value is (246,13,172). Sum of RGB (Red+Green+Blue) = 246+13+172=431 (57% of max value = 765). Red value is 246 (96.48% from 255 or 57.08% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60DAC is #09F253. Grayscale: #646464. Windows color (decimal): -651860 or 11275766. OLE color: 11275766.

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

Color convert

RGB 246 13 172 -
CMYK 0 0.95 0.30 0.04
HSL 319.06º 0.93% 0.51% -
HSV(B) 319.06º 0.95% 0.96% -
XYZ 45.6 22.86 41.04 -
YUV 100.79 168.19 231.57 -
System Red Green Blue C M Y K H S L
Decimal 246 13 172 0 0.95 0.30 0.04 319.06 0.93 0.51
Hex F6 D AC 0 5F 1E 4 13F 5D 33
Octal 366 15 254 0 137 36 4 477 135 63
Binary 11110110 1101 10101100 0 1011111 11110 100 100111111 1011101 110011

Color Harmonies of #F60DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60DAC

Black with #F60DAC

Text Example


Text Example

White with #F60DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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