Shades of Deep Pink #F61895
Tints of Deep Pink #F61895
RGB
CMYK
RGB Variations
Color information
#F61895 (or 0xF61895) is known color: Deep Pink. HEX triplet: F6, 18 and 95. RGB value is (246,24,149). Sum of RGB (Red+Green+Blue) = 246+24+149=419 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.71% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 246 - color contains mainly: red. Hex color #F61895 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61895 is #09E76A. Grayscale: #686868. Windows color (decimal): -649067 or 9771254. OLE color: 9771254.
HSL color Cylindrical-coordinate representation of color #F61895: hue angle of 326.22º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F61895 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 149 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.04 |
| HSL | 326.22º | 0.93% | 0.53% | - |
| HSV(B) | 326.22º | 0.9% | 0.96% | - |
| XYZ | 43.76 | 22.42 | 30.45 | - |
| YUV | 104.63 | 153.05 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 149 | 0 | 0.90 | 0.39 | 0.04 | 326.22 | 0.93 | 0.53 |
| Hex | F6 | 18 | 95 | 0 | 5A | 27 | 4 | 146 | 5C | 35 |
| Octal | 366 | 30 | 225 | 0 | 132 | 47 | 4 | 506 | 134 | 65 |
| Binary | 11110110 | 11000 | 10010101 | 0 | 1011010 | 100111 | 100 | 101000110 | 1011100 | 110101 |
Color Harmonies of #F61895
Complementary color
Monochromatic Colors of #F61895
Black with #F61895
Text Example
Text Example
White with #F61895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61895; }
p { color: rgb(246,24,149); }
H1.HeaderClassName
{
color: #F61895;
}
.AnyTagClassName
{
color: #F61895;
}
</style>
background-color css
<style>
a { background-color: #F61895; }
a { background-color: rgb(246,24,149); }
div.DivClassName
{
background-color: #F61895;
}
.BgClassName
{
background-color: #F61895;
}
</style>
border-color css
<style>
span { border-color: #F61895; }
span { border-color: rgb(246,24,149); }
td.TdClassName
{
border-color: #F61895;
}
.TagClassName
{
border-color: #F61895;
}
</style>