Shades of Deep Pink #F81684
Tints of Deep Pink #F81684
RGB
CMYK
RGB Variations
Color information
#F81684 (or 0xF81684) is known color: Deep Pink. HEX triplet: F8, 16 and 84. RGB value is (248,22,132). Sum of RGB (Red+Green+Blue) = 248+22+132=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F81684 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81684 is #07E97B. Grayscale: #656565. Windows color (decimal): -518524 or 8656632. OLE color: 8656632.
HSL color Cylindrical-coordinate representation of color #F81684: hue angle of 330.8º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F81684 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 132 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.03 |
| HSL | 330.8º | 0.94% | 0.53% | - |
| HSV(B) | 330.8º | 0.91% | 0.97% | - |
| XYZ | 43.16 | 22.2 | 23.84 | - |
| YUV | 102.11 | 144.87 | 232.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 132 | 0 | 0.91 | 0.47 | 0.03 | 330.8 | 0.94 | 0.53 |
| Hex | F8 | 16 | 84 | 0 | 5B | 2F | 3 | 14B | 5E | 35 |
| Octal | 370 | 26 | 204 | 0 | 133 | 57 | 3 | 513 | 136 | 65 |
| Binary | 11111000 | 10110 | 10000100 | 0 | 1011011 | 101111 | 11 | 101001011 | 1011110 | 110101 |
Color Harmonies of #F81684
Complementary color
Monochromatic Colors of #F81684
Black with #F81684
Text Example
Text Example
White with #F81684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81684; }
p { color: rgb(248,22,132); }
H1.HeaderClassName
{
color: #F81684;
}
.AnyTagClassName
{
color: #F81684;
}
</style>
background-color css
<style>
a { background-color: #F81684; }
a { background-color: rgb(248,22,132); }
div.DivClassName
{
background-color: #F81684;
}
.BgClassName
{
background-color: #F81684;
}
</style>
border-color css
<style>
span { border-color: #F81684; }
span { border-color: rgb(248,22,132); }
td.TdClassName
{
border-color: #F81684;
}
.TagClassName
{
border-color: #F81684;
}
</style>