Shades of Deep Pink #F61692
Tints of Deep Pink #F61692
RGB
CMYK
RGB Variations
Color information
#F61692 (or 0xF61692) is known color: Deep Pink. HEX triplet: F6, 16 and 92. RGB value is (246,22,146). Sum of RGB (Red+Green+Blue) = 246+22+146=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F61692 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61692 is #09E96D. Grayscale: #666666. Windows color (decimal): -649582 or 9574134. OLE color: 9574134.
HSL color Cylindrical-coordinate representation of color #F61692: hue angle of 326.79º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61692 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 146 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.04 |
| HSL | 326.79º | 0.93% | 0.53% | - |
| HSV(B) | 326.79º | 0.91% | 0.96% | - |
| XYZ | 43.48 | 22.24 | 29.2 | - |
| YUV | 103.11 | 152.21 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 146 | 0 | 0.91 | 0.41 | 0.04 | 326.79 | 0.93 | 0.53 |
| Hex | F6 | 16 | 92 | 0 | 5B | 29 | 4 | 147 | 5D | 35 |
| Octal | 366 | 26 | 222 | 0 | 133 | 51 | 4 | 507 | 135 | 65 |
| Binary | 11110110 | 10110 | 10010010 | 0 | 1011011 | 101001 | 100 | 101000111 | 1011101 | 110101 |
Color Harmonies of #F61692
Complementary color
Monochromatic Colors of #F61692
Black with #F61692
Text Example
Text Example
White with #F61692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61692; }
p { color: rgb(246,22,146); }
H1.HeaderClassName
{
color: #F61692;
}
.AnyTagClassName
{
color: #F61692;
}
</style>
background-color css
<style>
a { background-color: #F61692; }
a { background-color: rgb(246,22,146); }
div.DivClassName
{
background-color: #F61692;
}
.BgClassName
{
background-color: #F61692;
}
</style>
border-color css
<style>
span { border-color: #F61692; }
span { border-color: rgb(246,22,146); }
td.TdClassName
{
border-color: #F61692;
}
.TagClassName
{
border-color: #F61692;
}
</style>