Shades of Deep Pink #F61683
Tints of Deep Pink #F61683
RGB
CMYK
RGB Variations
Color information
#F61683 (or 0xF61683) is known color: Deep Pink. HEX triplet: F6, 16 and 83. RGB value is (246,22,131). Sum of RGB (Red+Green+Blue) = 246+22+131=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F61683 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61683 is #09E97C. Grayscale: #656565. Windows color (decimal): -649597 or 8591094. OLE color: 8591094.
HSL color Cylindrical-coordinate representation of color #F61683: hue angle of 330.8º 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 #F61683 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 131 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.04 |
| HSL | 330.8º | 0.93% | 0.53% | - |
| HSV(B) | 330.8º | 0.91% | 0.96% | - |
| XYZ | 42.39 | 21.81 | 23.45 | - |
| YUV | 101.4 | 144.71 | 231.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 131 | 0 | 0.91 | 0.47 | 0.04 | 330.8 | 0.93 | 0.53 |
| Hex | F6 | 16 | 83 | 0 | 5B | 2F | 4 | 14B | 5D | 35 |
| Octal | 366 | 26 | 203 | 0 | 133 | 57 | 4 | 513 | 135 | 65 |
| Binary | 11110110 | 10110 | 10000011 | 0 | 1011011 | 101111 | 100 | 101001011 | 1011101 | 110101 |
Color Harmonies of #F61683
Complementary color
Monochromatic Colors of #F61683
Black with #F61683
Text Example
Text Example
White with #F61683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61683; }
p { color: rgb(246,22,131); }
H1.HeaderClassName
{
color: #F61683;
}
.AnyTagClassName
{
color: #F61683;
}
</style>
background-color css
<style>
a { background-color: #F61683; }
a { background-color: rgb(246,22,131); }
div.DivClassName
{
background-color: #F61683;
}
.BgClassName
{
background-color: #F61683;
}
</style>
border-color css
<style>
span { border-color: #F61683; }
span { border-color: rgb(246,22,131); }
td.TdClassName
{
border-color: #F61683;
}
.TagClassName
{
border-color: #F61683;
}
</style>