Shades of Deep Pink #F61384
Tints of Deep Pink #F61384
RGB
CMYK
RGB Variations
Color information
#F61384 (or 0xF61384) is known color: Deep Pink. HEX triplet: F6, 13 and 84. RGB value is (246,19,132). Sum of RGB (Red+Green+Blue) = 246+19+132=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F61384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61384 is #09EC7B. Grayscale: #636363. Windows color (decimal): -650364 or 8655862. OLE color: 8655862.
HSL color Cylindrical-coordinate representation of color #F61384: hue angle of 330.13º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F61384 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 132 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.04 |
| HSL | 330.13º | 0.93% | 0.52% | - |
| HSV(B) | 330.13º | 0.92% | 0.96% | - |
| XYZ | 42.4 | 21.72 | 23.79 | - |
| YUV | 99.76 | 146.21 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 132 | 0 | 0.92 | 0.46 | 0.04 | 330.13 | 0.93 | 0.52 |
| Hex | F6 | 13 | 84 | 0 | 5C | 2E | 4 | 14A | 5D | 34 |
| Octal | 366 | 23 | 204 | 0 | 134 | 56 | 4 | 512 | 135 | 64 |
| Binary | 11110110 | 10011 | 10000100 | 0 | 1011100 | 101110 | 100 | 101001010 | 1011101 | 110100 |
Color Harmonies of #F61384
Complementary color
Monochromatic Colors of #F61384
Black with #F61384
Text Example
Text Example
White with #F61384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61384; }
p { color: rgb(246,19,132); }
H1.HeaderClassName
{
color: #F61384;
}
.AnyTagClassName
{
color: #F61384;
}
</style>
background-color css
<style>
a { background-color: #F61384; }
a { background-color: rgb(246,19,132); }
div.DivClassName
{
background-color: #F61384;
}
.BgClassName
{
background-color: #F61384;
}
</style>
border-color css
<style>
span { border-color: #F61384; }
span { border-color: rgb(246,19,132); }
td.TdClassName
{
border-color: #F61384;
}
.TagClassName
{
border-color: #F61384;
}
</style>