Shades of Deep Pink #F61485
Tints of Deep Pink #F61485
RGB
CMYK
RGB Variations
Color information
#F61485 (or 0xF61485) is known color: Deep Pink. HEX triplet: F6, 14 and 85. RGB value is (246,20,133). Sum of RGB (Red+Green+Blue) = 246+20+133=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F61485 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61485 is #09EB7A. Grayscale: #646464. Windows color (decimal): -650107 or 8721654. OLE color: 8721654.
HSL color Cylindrical-coordinate representation of color #F61485: hue angle of 330º 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 #F61485 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 133 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.04 |
| HSL | 330º | 0.93% | 0.52% | - |
| HSV(B) | 330º | 0.92% | 0.96% | - |
| XYZ | 42.49 | 21.79 | 24.16 | - |
| YUV | 100.46 | 146.37 | 231.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 133 | 0 | 0.92 | 0.46 | 0.04 | 330 | 0.93 | 0.52 |
| Hex | F6 | 14 | 85 | 0 | 5C | 2E | 4 | 14A | 5D | 34 |
| Octal | 366 | 24 | 205 | 0 | 134 | 56 | 4 | 512 | 135 | 64 |
| Binary | 11110110 | 10100 | 10000101 | 0 | 1011100 | 101110 | 100 | 101001010 | 1011101 | 110100 |
Color Harmonies of #F61485
Complementary color
Monochromatic Colors of #F61485
Black with #F61485
Text Example
Text Example
White with #F61485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61485; }
p { color: rgb(246,20,133); }
H1.HeaderClassName
{
color: #F61485;
}
.AnyTagClassName
{
color: #F61485;
}
</style>
background-color css
<style>
a { background-color: #F61485; }
a { background-color: rgb(246,20,133); }
div.DivClassName
{
background-color: #F61485;
}
.BgClassName
{
background-color: #F61485;
}
</style>
border-color css
<style>
span { border-color: #F61485; }
span { border-color: rgb(246,20,133); }
td.TdClassName
{
border-color: #F61485;
}
.TagClassName
{
border-color: #F61485;
}
</style>