Shades of Deep Pink #F60692
Tints of Deep Pink #F60692
RGB
CMYK
RGB Variations
Color information
#F60692 (or 0xF60692) is known color: Deep Pink. HEX triplet: F6, 06 and 92. RGB value is (246,6,146). Sum of RGB (Red+Green+Blue) = 246+6+146=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F60692 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60692 is #09F96D. Grayscale: #5D5D5D. Windows color (decimal): -653678 or 9570038. OLE color: 9570038.
HSL color Cylindrical-coordinate representation of color #F60692: hue angle of 325º degrees, saturation: 0.95, 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 #F60692 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 146 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.04 |
| HSL | 325º | 0.95% | 0.49% | - |
| HSV(B) | 325º | 0.98% | 0.96% | - |
| XYZ | 43.26 | 21.8 | 29.12 | - |
| YUV | 93.72 | 157.51 | 236.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 146 | 0 | 0.98 | 0.41 | 0.04 | 325 | 0.95 | 0.49 |
| Hex | F6 | 6 | 92 | 0 | 62 | 29 | 4 | 145 | 5F | 31 |
| Octal | 366 | 6 | 222 | 0 | 142 | 51 | 4 | 505 | 137 | 61 |
| Binary | 11110110 | 110 | 10010010 | 0 | 1100010 | 101001 | 100 | 101000101 | 1011111 | 110001 |
Color Harmonies of #F60692
Complementary color
Monochromatic Colors of #F60692
Black with #F60692
Text Example
Text Example
White with #F60692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60692; }
p { color: rgb(246,6,146); }
H1.HeaderClassName
{
color: #F60692;
}
.AnyTagClassName
{
color: #F60692;
}
</style>
background-color css
<style>
a { background-color: #F60692; }
a { background-color: rgb(246,6,146); }
div.DivClassName
{
background-color: #F60692;
}
.BgClassName
{
background-color: #F60692;
}
</style>
border-color css
<style>
span { border-color: #F60692; }
span { border-color: rgb(246,6,146); }
td.TdClassName
{
border-color: #F60692;
}
.TagClassName
{
border-color: #F60692;
}
</style>