Shades of Deep Pink #F61985
Tints of Deep Pink #F61985
RGB
CMYK
RGB Variations
Color information
#F61985 (or 0xF61985) is known color: Deep Pink. HEX triplet: F6, 19 and 85. RGB value is (246,25,133). Sum of RGB (Red+Green+Blue) = 246+25+133=404 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.89% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 246 - color contains mainly: red. Hex color #F61985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61985 is #09E67A. Grayscale: #676767. Windows color (decimal): -648827 or 8722934. OLE color: 8722934.
HSL color Cylindrical-coordinate representation of color #F61985: hue angle of 330.68º degrees, saturation: 0.92, 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 #F61985 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 133 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.04 |
| HSL | 330.68º | 0.92% | 0.53% | - |
| HSV(B) | 330.68º | 0.9% | 0.96% | - |
| XYZ | 42.59 | 21.98 | 24.19 | - |
| YUV | 103.39 | 144.72 | 229.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 133 | 0 | 0.90 | 0.46 | 0.04 | 330.68 | 0.92 | 0.53 |
| Hex | F6 | 19 | 85 | 0 | 5A | 2E | 4 | 14B | 5C | 35 |
| Octal | 366 | 31 | 205 | 0 | 132 | 56 | 4 | 513 | 134 | 65 |
| Binary | 11110110 | 11001 | 10000101 | 0 | 1011010 | 101110 | 100 | 101001011 | 1011100 | 110101 |
Color Harmonies of #F61985
Complementary color
Monochromatic Colors of #F61985
Black with #F61985
Text Example
Text Example
White with #F61985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61985; }
p { color: rgb(246,25,133); }
H1.HeaderClassName
{
color: #F61985;
}
.AnyTagClassName
{
color: #F61985;
}
</style>
background-color css
<style>
a { background-color: #F61985; }
a { background-color: rgb(246,25,133); }
div.DivClassName
{
background-color: #F61985;
}
.BgClassName
{
background-color: #F61985;
}
</style>
border-color css
<style>
span { border-color: #F61985; }
span { border-color: rgb(246,25,133); }
td.TdClassName
{
border-color: #F61985;
}
.TagClassName
{
border-color: #F61985;
}
</style>