Shades of Deep Pink #F81685
Tints of Deep Pink #F81685
RGB
CMYK
RGB Variations
Color information
#F81685 (or 0xF81685) is known color: Deep Pink. HEX triplet: F8, 16 and 85. RGB value is (248,22,133). Sum of RGB (Red+Green+Blue) = 248+22+133=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F81685 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81685 is #07E97A. Grayscale: #666666. Windows color (decimal): -518523 or 8722168. OLE color: 8722168.
HSL color Cylindrical-coordinate representation of color #F81685: hue angle of 330.53º 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 #F81685 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 133 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.03 |
| HSL | 330.53º | 0.94% | 0.53% | - |
| HSV(B) | 330.53º | 0.91% | 0.97% | - |
| XYZ | 43.23 | 22.22 | 24.2 | - |
| YUV | 102.23 | 145.37 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 133 | 0 | 0.91 | 0.46 | 0.03 | 330.53 | 0.94 | 0.53 |
| Hex | F8 | 16 | 85 | 0 | 5B | 2E | 3 | 14B | 5E | 35 |
| Octal | 370 | 26 | 205 | 0 | 133 | 56 | 3 | 513 | 136 | 65 |
| Binary | 11111000 | 10110 | 10000101 | 0 | 1011011 | 101110 | 11 | 101001011 | 1011110 | 110101 |
Color Harmonies of #F81685
Complementary color
Monochromatic Colors of #F81685
Black with #F81685
Text Example
Text Example
White with #F81685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81685; }
p { color: rgb(248,22,133); }
H1.HeaderClassName
{
color: #F81685;
}
.AnyTagClassName
{
color: #F81685;
}
</style>
background-color css
<style>
a { background-color: #F81685; }
a { background-color: rgb(248,22,133); }
div.DivClassName
{
background-color: #F81685;
}
.BgClassName
{
background-color: #F81685;
}
</style>
border-color css
<style>
span { border-color: #F81685; }
span { border-color: rgb(248,22,133); }
td.TdClassName
{
border-color: #F81685;
}
.TagClassName
{
border-color: #F81685;
}
</style>