Shades of Deep Pink #F81785
Tints of Deep Pink #F81785
RGB
CMYK
RGB Variations
Color information
#F81785 (or 0xF81785) is known color: Deep Pink. HEX triplet: F8, 17 and 85. RGB value is (248,23,133). Sum of RGB (Red+Green+Blue) = 248+23+133=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F81785 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81785 is #07E87A. Grayscale: #666666. Windows color (decimal): -518267 or 8722424. OLE color: 8722424.
HSL color Cylindrical-coordinate representation of color #F81785: hue angle of 330.67º 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 #F81785 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 133 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.03 |
| HSL | 330.67º | 0.94% | 0.53% | - |
| HSV(B) | 330.67º | 0.91% | 0.97% | - |
| XYZ | 43.25 | 22.26 | 24.21 | - |
| YUV | 102.82 | 145.04 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 133 | 0 | 0.91 | 0.46 | 0.03 | 330.67 | 0.94 | 0.53 |
| Hex | F8 | 17 | 85 | 0 | 5B | 2E | 3 | 14B | 5E | 35 |
| Octal | 370 | 27 | 205 | 0 | 133 | 56 | 3 | 513 | 136 | 65 |
| Binary | 11111000 | 10111 | 10000101 | 0 | 1011011 | 101110 | 11 | 101001011 | 1011110 | 110101 |
Color Harmonies of #F81785
Complementary color
Monochromatic Colors of #F81785
Black with #F81785
Text Example
Text Example
White with #F81785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81785; }
p { color: rgb(248,23,133); }
H1.HeaderClassName
{
color: #F81785;
}
.AnyTagClassName
{
color: #F81785;
}
</style>
background-color css
<style>
a { background-color: #F81785; }
a { background-color: rgb(248,23,133); }
div.DivClassName
{
background-color: #F81785;
}
.BgClassName
{
background-color: #F81785;
}
</style>
border-color css
<style>
span { border-color: #F81785; }
span { border-color: rgb(248,23,133); }
td.TdClassName
{
border-color: #F81785;
}
.TagClassName
{
border-color: #F81785;
}
</style>