Shades of Deep Pink #F61195
Tints of Deep Pink #F61195
RGB
CMYK
RGB Variations
Color information
#F61195 (or 0xF61195) is known color: Deep Pink. HEX triplet: F6, 11 and 95. RGB value is (246,17,149). Sum of RGB (Red+Green+Blue) = 246+17+149=412 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.71% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 246 - color contains mainly: red. Hex color #F61195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61195 is #09EE6A. Grayscale: #646464. Windows color (decimal): -650859 or 9769462. OLE color: 9769462.
HSL color Cylindrical-coordinate representation of color #F61195: hue angle of 325.41º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61195 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 17 | 149 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.04 |
| HSL | 325.41º | 0.93% | 0.52% | - |
| HSV(B) | 325.41º | 0.93% | 0.96% | - |
| XYZ | 43.63 | 22.16 | 30.41 | - |
| YUV | 100.52 | 155.37 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 17 | 149 | 0 | 0.93 | 0.39 | 0.04 | 325.41 | 0.93 | 0.52 |
| Hex | F6 | 11 | 95 | 0 | 5D | 27 | 4 | 145 | 5D | 34 |
| Octal | 366 | 21 | 225 | 0 | 135 | 47 | 4 | 505 | 135 | 64 |
| Binary | 11110110 | 10001 | 10010101 | 0 | 1011101 | 100111 | 100 | 101000101 | 1011101 | 110100 |
Color Harmonies of #F61195
Complementary color
Monochromatic Colors of #F61195
Black with #F61195
Text Example
Text Example
White with #F61195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61195; }
p { color: rgb(246,17,149); }
H1.HeaderClassName
{
color: #F61195;
}
.AnyTagClassName
{
color: #F61195;
}
</style>
background-color css
<style>
a { background-color: #F61195; }
a { background-color: rgb(246,17,149); }
div.DivClassName
{
background-color: #F61195;
}
.BgClassName
{
background-color: #F61195;
}
</style>
border-color css
<style>
span { border-color: #F61195; }
span { border-color: rgb(246,17,149); }
td.TdClassName
{
border-color: #F61195;
}
.TagClassName
{
border-color: #F61195;
}
</style>