Shades of Deep Pink #F61779
Tints of Deep Pink #F61779
RGB
CMYK
RGB Variations
Color information
#F61779 (or 0xF61779) is known color: Deep Pink. HEX triplet: F6, 17 and 79. RGB value is (246,23,121). Sum of RGB (Red+Green+Blue) = 246+23+121=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F61779 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61779 is #09E886. Grayscale: #646464. Windows color (decimal): -649351 or 7935990. OLE color: 7935990.
HSL color Cylindrical-coordinate representation of color #F61779: hue angle of 333.63º 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 #F61779 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 121 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.04 |
| HSL | 333.63º | 0.93% | 0.53% | - |
| HSV(B) | 333.63º | 0.91% | 0.96% | - |
| XYZ | 41.76 | 21.59 | 20.05 | - |
| YUV | 100.85 | 139.38 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 121 | 0 | 0.91 | 0.51 | 0.04 | 333.63 | 0.93 | 0.53 |
| Hex | F6 | 17 | 79 | 0 | 5B | 33 | 4 | 14E | 5D | 35 |
| Octal | 366 | 27 | 171 | 0 | 133 | 63 | 4 | 516 | 135 | 65 |
| Binary | 11110110 | 10111 | 1111001 | 0 | 1011011 | 110011 | 100 | 101001110 | 1011101 | 110101 |
Color Harmonies of #F61779
Complementary color
Monochromatic Colors of #F61779
Black with #F61779
Text Example
Text Example
White with #F61779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61779; }
p { color: rgb(246,23,121); }
H1.HeaderClassName
{
color: #F61779;
}
.AnyTagClassName
{
color: #F61779;
}
</style>
background-color css
<style>
a { background-color: #F61779; }
a { background-color: rgb(246,23,121); }
div.DivClassName
{
background-color: #F61779;
}
.BgClassName
{
background-color: #F61779;
}
</style>
border-color css
<style>
span { border-color: #F61779; }
span { border-color: rgb(246,23,121); }
td.TdClassName
{
border-color: #F61779;
}
.TagClassName
{
border-color: #F61779;
}
</style>