Html Css Color HEX #F60780 Deep Pink

📋 copy color: '#F60780'

red 246 ◦ green 7 ◦ blue 128

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

Shades of Deep Pink #F60780

Tints of Deep Pink #F60780

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.84%

 BLUE value IS 128 (50.39% from 255) = 33.6%

R = 64.57%
G = 1.84%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F60780 (or 0xF60780) is known color: Deep Pink. HEX triplet: F6, 07 and 80. RGB value is (246,7,128). Sum of RGB (Red+Green+Blue) = 246+7+128=381 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.57% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 246 - color contains mainly: red. Hex color #F60780 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60780 is #09F87F. Grayscale: #5C5C5C. Windows color (decimal): -653440 or 8390646. OLE color: 8390646.

HSL color Cylindrical-coordinate representation of color #F60780: hue angle of 329.62º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F60780 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 7 128 -
CMYK 0 0.97 0.48 0.04
HSL 329.62º 0.94% 0.5% -
HSV(B) 329.62º 0.97% 0.96% -
XYZ 41.98 21.3 22.32 -
YUV 92.26 148.18 237.66 -
System Red Green Blue C M Y K H S L
Decimal 246 7 128 0 0.97 0.48 0.04 329.62 0.94 0.5
Hex F6 7 80 0 61 30 4 14A 5E 32
Octal 366 7 200 0 141 60 4 512 136 62
Binary 11110110 111 10000000 0 1100001 110000 100 101001010 1011110 110010

Color Harmonies of #F60780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60780

Black with #F60780

Text Example


Text Example

White with #F60780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60780; }

 p { color: rgb(246,7,128); }

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

background-color css

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

 a { background-color: rgb(246,7,128); }

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

border-color css

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

 span { border-color: rgb(246,7,128); }

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