Shades of Deep Pink #F6058B
Tints of Deep Pink #F6058B
RGB
CMYK
RGB Variations
Color information
#F6058B (or 0xF6058B) is known color: Deep Pink. HEX triplet: F6, 05 and 8B. RGB value is (246,5,139). Sum of RGB (Red+Green+Blue) = 246+5+139=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F6058B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6058B is #09FA74. Grayscale: #5C5C5C. Windows color (decimal): -653941 or 9111030. OLE color: 9111030.
HSL color Cylindrical-coordinate representation of color #F6058B: hue angle of 326.64º 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 #F6058B is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 139 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.04 |
| HSL | 326.64º | 0.96% | 0.49% | - |
| HSV(B) | 326.64º | 0.98% | 0.96% | - |
| XYZ | 42.72 | 21.57 | 26.34 | - |
| YUV | 92.34 | 154.34 | 237.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 139 | 0 | 0.98 | 0.43 | 0.04 | 326.64 | 0.96 | 0.49 |
| Hex | F6 | 5 | 8B | 0 | 62 | 2B | 4 | 147 | 60 | 31 |
| Octal | 366 | 5 | 213 | 0 | 142 | 53 | 4 | 507 | 140 | 61 |
| Binary | 11110110 | 101 | 10001011 | 0 | 1100010 | 101011 | 100 | 101000111 | 1100000 | 110001 |
Color Harmonies of #F6058B
Complementary color
Monochromatic Colors of #F6058B
Black with #F6058B
Text Example
Text Example
White with #F6058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6058B; }
p { color: rgb(246,5,139); }
H1.HeaderClassName
{
color: #F6058B;
}
.AnyTagClassName
{
color: #F6058B;
}
</style>
background-color css
<style>
a { background-color: #F6058B; }
a { background-color: rgb(246,5,139); }
div.DivClassName
{
background-color: #F6058B;
}
.BgClassName
{
background-color: #F6058B;
}
</style>
border-color css
<style>
span { border-color: #F6058B; }
span { border-color: rgb(246,5,139); }
td.TdClassName
{
border-color: #F6058B;
}
.TagClassName
{
border-color: #F6058B;
}
</style>