Html Css Color HEX #F60C99 Deep Pink

📋 copy color: '#F60C99'

red 246 ◦ green 12 ◦ blue 153

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

Shades of Deep Pink #F60C99

Tints of Deep Pink #F60C99

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.92%

 BLUE value IS 153 (60.16% from 255) = 37.23%

R = 59.85%
G = 2.92%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F60C99 (or 0xF60C99) is known color: Deep Pink. HEX triplet: F6, 0C and 99. RGB value is (246,12,153). Sum of RGB (Red+Green+Blue) = 246+12+153=411 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.85% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60C99 is #09F366. Grayscale: #616161. Windows color (decimal): -652135 or 10030326. OLE color: 10030326.

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

Color convert

RGB 246 12 153 -
CMYK 0 0.95 0.38 0.04
HSL 323.85º 0.93% 0.51% -
HSV(B) 323.85º 0.95% 0.96% -
XYZ 43.89 22.16 32.1 -
YUV 98.04 159.02 233.54 -
System Red Green Blue C M Y K H S L
Decimal 246 12 153 0 0.95 0.38 0.04 323.85 0.93 0.51
Hex F6 C 99 0 5F 26 4 144 5D 33
Octal 366 14 231 0 137 46 4 504 135 63
Binary 11110110 1100 10011001 0 1011111 100110 100 101000100 1011101 110011

Color Harmonies of #F60C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60C99

Black with #F60C99

Text Example


Text Example

White with #F60C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60C99; }

 p { color: rgb(246,12,153); }

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

background-color css

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

 a { background-color: rgb(246,12,153); }

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

border-color css

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

 span { border-color: rgb(246,12,153); }

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