Html Css Color HEX #F60C89 Deep Pink

📋 copy color: '#F60C89'

red 246 ◦ green 12 ◦ blue 137

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

Shades of Deep Pink #F60C89

Tints of Deep Pink #F60C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.68%

R = 62.28%
G = 3.04%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F60C89 (or 0xF60C89) is known color: Deep Pink. HEX triplet: F6, 0C and 89. RGB value is (246,12,137). Sum of RGB (Red+Green+Blue) = 246+12+137=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60C89 is #09F376. Grayscale: #5F5F5F. Windows color (decimal): -652151 or 8981750. OLE color: 8981750.

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

Color convert

RGB 246 12 137 -
CMYK 0 0.95 0.44 0.04
HSL 327.95º 0.93% 0.51% -
HSV(B) 327.95º 0.95% 0.96% -
XYZ 42.65 21.66 25.6 -
YUV 96.22 151.02 234.84 -
System Red Green Blue C M Y K H S L
Decimal 246 12 137 0 0.95 0.44 0.04 327.95 0.93 0.51
Hex F6 C 89 0 5F 2C 4 148 5D 33
Octal 366 14 211 0 137 54 4 510 135 63
Binary 11110110 1100 10001001 0 1011111 101100 100 101001000 1011101 110011

Color Harmonies of #F60C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60C89

Black with #F60C89

Text Example


Text Example

White with #F60C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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