Shades of Deep Pink #F61193
Tints of Deep Pink #F61193
RGB
CMYK
RGB Variations
Color information
#F61193 (or 0xF61193) is known color: Deep Pink. HEX triplet: F6, 11 and 93. RGB value is (246,17,147). Sum of RGB (Red+Green+Blue) = 246+17+147=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F61193 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61193 is #09EE6C. Grayscale: #646464. Windows color (decimal): -650861 or 9638390. OLE color: 9638390.
HSL color Cylindrical-coordinate representation of color #F61193: hue angle of 325.94º 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 #F61193 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 17 | 147 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.04 |
| HSL | 325.94º | 0.93% | 0.52% | - |
| HSV(B) | 325.94º | 0.93% | 0.96% | - |
| XYZ | 43.47 | 22.1 | 29.58 | - |
| YUV | 100.29 | 154.37 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 17 | 147 | 0 | 0.93 | 0.40 | 0.04 | 325.94 | 0.93 | 0.52 |
| Hex | F6 | 11 | 93 | 0 | 5D | 28 | 4 | 146 | 5D | 34 |
| Octal | 366 | 21 | 223 | 0 | 135 | 50 | 4 | 506 | 135 | 64 |
| Binary | 11110110 | 10001 | 10010011 | 0 | 1011101 | 101000 | 100 | 101000110 | 1011101 | 110100 |
Color Harmonies of #F61193
Complementary color
Monochromatic Colors of #F61193
Black with #F61193
Text Example
Text Example
White with #F61193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61193; }
p { color: rgb(246,17,147); }
H1.HeaderClassName
{
color: #F61193;
}
.AnyTagClassName
{
color: #F61193;
}
</style>
background-color css
<style>
a { background-color: #F61193; }
a { background-color: rgb(246,17,147); }
div.DivClassName
{
background-color: #F61193;
}
.BgClassName
{
background-color: #F61193;
}
</style>
border-color css
<style>
span { border-color: #F61193; }
span { border-color: rgb(246,17,147); }
td.TdClassName
{
border-color: #F61193;
}
.TagClassName
{
border-color: #F61193;
}
</style>