Shades of Deep Pink #F61685
Tints of Deep Pink #F61685
RGB
CMYK
RGB Variations
Color information
#F61685 (or 0xF61685) is known color: Deep Pink. HEX triplet: F6, 16 and 85. RGB value is (246,22,133). Sum of RGB (Red+Green+Blue) = 246+22+133=401 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.35% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 246 - color contains mainly: red. Hex color #F61685 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61685 is #09E97A. Grayscale: #656565. Windows color (decimal): -649595 or 8722166. OLE color: 8722166.
HSL color Cylindrical-coordinate representation of color #F61685: hue angle of 330.27º 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 #F61685 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 133 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.04 |
| HSL | 330.27º | 0.93% | 0.53% | - |
| HSV(B) | 330.27º | 0.91% | 0.96% | - |
| XYZ | 42.53 | 21.86 | 24.17 | - |
| YUV | 101.63 | 145.71 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 133 | 0 | 0.91 | 0.46 | 0.04 | 330.27 | 0.93 | 0.53 |
| Hex | F6 | 16 | 85 | 0 | 5B | 2E | 4 | 14A | 5D | 35 |
| Octal | 366 | 26 | 205 | 0 | 133 | 56 | 4 | 512 | 135 | 65 |
| Binary | 11110110 | 10110 | 10000101 | 0 | 1011011 | 101110 | 100 | 101001010 | 1011101 | 110101 |
Color Harmonies of #F61685
Complementary color
Monochromatic Colors of #F61685
Black with #F61685
Text Example
Text Example
White with #F61685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61685; }
p { color: rgb(246,22,133); }
H1.HeaderClassName
{
color: #F61685;
}
.AnyTagClassName
{
color: #F61685;
}
</style>
background-color css
<style>
a { background-color: #F61685; }
a { background-color: rgb(246,22,133); }
div.DivClassName
{
background-color: #F61685;
}
.BgClassName
{
background-color: #F61685;
}
</style>
border-color css
<style>
span { border-color: #F61685; }
span { border-color: rgb(246,22,133); }
td.TdClassName
{
border-color: #F61685;
}
.TagClassName
{
border-color: #F61685;
}
</style>