Shades of Deep Pink #F61693
Tints of Deep Pink #F61693
RGB
CMYK
RGB Variations
Color information
#F61693 (or 0xF61693) is known color: Deep Pink. HEX triplet: F6, 16 and 93. RGB value is (246,22,147). Sum of RGB (Red+Green+Blue) = 246+22+147=415 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.28% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 246 - color contains mainly: red. Hex color #F61693 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61693 is #09E96C. Grayscale: #666666. Windows color (decimal): -649581 or 9639670. OLE color: 9639670.
HSL color Cylindrical-coordinate representation of color #F61693: hue angle of 326.52º 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 #F61693 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 147 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.04 |
| HSL | 326.52º | 0.93% | 0.53% | - |
| HSV(B) | 326.52º | 0.91% | 0.96% | - |
| XYZ | 43.56 | 22.27 | 29.61 | - |
| YUV | 103.23 | 152.71 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 147 | 0 | 0.91 | 0.40 | 0.04 | 326.52 | 0.93 | 0.53 |
| Hex | F6 | 16 | 93 | 0 | 5B | 28 | 4 | 147 | 5D | 35 |
| Octal | 366 | 26 | 223 | 0 | 133 | 50 | 4 | 507 | 135 | 65 |
| Binary | 11110110 | 10110 | 10010011 | 0 | 1011011 | 101000 | 100 | 101000111 | 1011101 | 110101 |
Color Harmonies of #F61693
Complementary color
Monochromatic Colors of #F61693
Black with #F61693
Text Example
Text Example
White with #F61693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61693; }
p { color: rgb(246,22,147); }
H1.HeaderClassName
{
color: #F61693;
}
.AnyTagClassName
{
color: #F61693;
}
</style>
background-color css
<style>
a { background-color: #F61693; }
a { background-color: rgb(246,22,147); }
div.DivClassName
{
background-color: #F61693;
}
.BgClassName
{
background-color: #F61693;
}
</style>
border-color css
<style>
span { border-color: #F61693; }
span { border-color: rgb(246,22,147); }
td.TdClassName
{
border-color: #F61693;
}
.TagClassName
{
border-color: #F61693;
}
</style>