Shades of Deep Pink #F6057D
Tints of Deep Pink #F6057D
RGB
CMYK
RGB Variations
Color information
#F6057D (or 0xF6057D) is known color: Deep Pink. HEX triplet: F6, 05 and 7D. RGB value is (246,5,125). Sum of RGB (Red+Green+Blue) = 246+5+125=376 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.43% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 246 - color contains mainly: red. Hex color #F6057D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6057D is #09FA82. Grayscale: #5A5A5A. Windows color (decimal): -653955 or 8193526. OLE color: 8193526.
HSL color Cylindrical-coordinate representation of color #F6057D: hue angle of 330.12º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F6057D is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 125 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.04 |
| HSL | 330.12º | 0.96% | 0.49% | - |
| HSV(B) | 330.12º | 0.98% | 0.96% | - |
| XYZ | 41.76 | 21.18 | 21.29 | - |
| YUV | 90.74 | 147.34 | 238.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 125 | 0 | 0.98 | 0.49 | 0.04 | 330.12 | 0.96 | 0.49 |
| Hex | F6 | 5 | 7D | 0 | 62 | 31 | 4 | 14A | 60 | 31 |
| Octal | 366 | 5 | 175 | 0 | 142 | 61 | 4 | 512 | 140 | 61 |
| Binary | 11110110 | 101 | 1111101 | 0 | 1100010 | 110001 | 100 | 101001010 | 1100000 | 110001 |
Color Harmonies of #F6057D
Complementary color
Monochromatic Colors of #F6057D
Black with #F6057D
Text Example
Text Example
White with #F6057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6057D; }
p { color: rgb(246,5,125); }
H1.HeaderClassName
{
color: #F6057D;
}
.AnyTagClassName
{
color: #F6057D;
}
</style>
background-color css
<style>
a { background-color: #F6057D; }
a { background-color: rgb(246,5,125); }
div.DivClassName
{
background-color: #F6057D;
}
.BgClassName
{
background-color: #F6057D;
}
</style>
border-color css
<style>
span { border-color: #F6057D; }
span { border-color: rgb(246,5,125); }
td.TdClassName
{
border-color: #F6057D;
}
.TagClassName
{
border-color: #F6057D;
}
</style>