Shades of Deep Pink #F61795
Tints of Deep Pink #F61795
RGB
CMYK
RGB Variations
Color information
#F61795 (or 0xF61795) is known color: Deep Pink. HEX triplet: F6, 17 and 95. RGB value is (246,23,149). Sum of RGB (Red+Green+Blue) = 246+23+149=418 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.85% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 246 - color contains mainly: red. Hex color #F61795 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61795 is #09E86A. Grayscale: #676767. Windows color (decimal): -649323 or 9770998. OLE color: 9770998.
HSL color Cylindrical-coordinate representation of color #F61795: hue angle of 326.1º 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 #F61795 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 149 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.04 |
| HSL | 326.1º | 0.93% | 0.53% | - |
| HSV(B) | 326.1º | 0.91% | 0.96% | - |
| XYZ | 43.74 | 22.38 | 30.45 | - |
| YUV | 104.04 | 153.38 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 149 | 0 | 0.91 | 0.39 | 0.04 | 326.1 | 0.93 | 0.53 |
| Hex | F6 | 17 | 95 | 0 | 5B | 27 | 4 | 146 | 5D | 35 |
| Octal | 366 | 27 | 225 | 0 | 133 | 47 | 4 | 506 | 135 | 65 |
| Binary | 11110110 | 10111 | 10010101 | 0 | 1011011 | 100111 | 100 | 101000110 | 1011101 | 110101 |
Color Harmonies of #F61795
Complementary color
Monochromatic Colors of #F61795
Black with #F61795
Text Example
Text Example
White with #F61795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61795; }
p { color: rgb(246,23,149); }
H1.HeaderClassName
{
color: #F61795;
}
.AnyTagClassName
{
color: #F61795;
}
</style>
background-color css
<style>
a { background-color: #F61795; }
a { background-color: rgb(246,23,149); }
div.DivClassName
{
background-color: #F61795;
}
.BgClassName
{
background-color: #F61795;
}
</style>
border-color css
<style>
span { border-color: #F61795; }
span { border-color: rgb(246,23,149); }
td.TdClassName
{
border-color: #F61795;
}
.TagClassName
{
border-color: #F61795;
}
</style>