Html Css Color HEX #F60B80 Deep Pink

📋 copy color: '#F60B80'

red 246 ◦ green 11 ◦ blue 128

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

Shades of Deep Pink #F60B80

Tints of Deep Pink #F60B80

RGB

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

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

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

R = 63.9%
G = 2.86%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F60B80 (or 0xF60B80) is known color: Deep Pink. HEX triplet: F6, 0B and 80. RGB value is (246,11,128). Sum of RGB (Red+Green+Blue) = 246+11+128=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60B80 is #09F47F. Grayscale: #5E5E5E. Windows color (decimal): -652416 or 8391670. OLE color: 8391670.

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

Color convert

RGB 246 11 128 -
CMYK 0 0.96 0.48 0.04
HSL 330.13º 0.93% 0.5% -
HSV(B) 330.13º 0.96% 0.96% -
XYZ 42.02 21.39 22.34 -
YUV 94.6 146.86 235.99 -
System Red Green Blue C M Y K H S L
Decimal 246 11 128 0 0.96 0.48 0.04 330.13 0.93 0.5
Hex F6 B 80 0 60 30 4 14A 5D 32
Octal 366 13 200 0 140 60 4 512 135 62
Binary 11110110 1011 10000000 0 1100000 110000 100 101001010 1011101 110010

Color Harmonies of #F60B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60B80

Black with #F60B80

Text Example


Text Example

White with #F60B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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