Shades of Deep Pink #F6017D
Tints of Deep Pink #F6017D
RGB
CMYK
RGB Variations
Color information
#F6017D (or 0xF6017D) is known color: Deep Pink. HEX triplet: F6, 01 and 7D. RGB value is (246,1,125). Sum of RGB (Red+Green+Blue) = 246+1+125=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F6017D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6017D is #09FE82. Grayscale: #585858. Windows color (decimal): -654979 or 8192502. OLE color: 8192502.
HSL color Cylindrical-coordinate representation of color #F6017D: hue angle of 329.63º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F6017D is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 125 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.04 |
| HSL | 329.63º | 0.99% | 0.48% | - |
| HSV(B) | 329.63º | 1% | 0.96% | - |
| XYZ | 41.72 | 21.1 | 21.28 | - |
| YUV | 88.39 | 148.67 | 240.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 125 | 0 | 1.00 | 0.49 | 0.04 | 329.63 | 0.99 | 0.48 |
| Hex | F6 | 1 | 7D | 0 | 64 | 31 | 4 | 14A | 63 | 30 |
| Octal | 366 | 1 | 175 | 0 | 144 | 61 | 4 | 512 | 143 | 60 |
| Binary | 11110110 | 1 | 1111101 | 0 | 1100100 | 110001 | 100 | 101001010 | 1100011 | 110000 |
Color Harmonies of #F6017D
Complementary color
Monochromatic Colors of #F6017D
Black with #F6017D
Text Example
Text Example
White with #F6017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6017D; }
p { color: rgb(246,1,125); }
H1.HeaderClassName
{
color: #F6017D;
}
.AnyTagClassName
{
color: #F6017D;
}
</style>
background-color css
<style>
a { background-color: #F6017D; }
a { background-color: rgb(246,1,125); }
div.DivClassName
{
background-color: #F6017D;
}
.BgClassName
{
background-color: #F6017D;
}
</style>
border-color css
<style>
span { border-color: #F6017D; }
span { border-color: rgb(246,1,125); }
td.TdClassName
{
border-color: #F6017D;
}
.TagClassName
{
border-color: #F6017D;
}
</style>