Shades of Deep Pink #F81085
Tints of Deep Pink #F81085
RGB
CMYK
RGB Variations
Color information
#F81085 (or 0xF81085) is known color: Deep Pink. HEX triplet: F8, 10 and 85. RGB value is (248,16,133). Sum of RGB (Red+Green+Blue) = 248+16+133=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F81085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81085 is #07EF7A. Grayscale: #626262. Windows color (decimal): -520059 or 8720632. OLE color: 8720632.
HSL color Cylindrical-coordinate representation of color #F81085: hue angle of 329.74º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F81085 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 133 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.03 |
| HSL | 329.74º | 0.94% | 0.52% | - |
| HSV(B) | 329.74º | 0.94% | 0.97% | - |
| XYZ | 43.13 | 22.02 | 24.17 | - |
| YUV | 98.71 | 147.36 | 234.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 133 | 0 | 0.94 | 0.46 | 0.03 | 329.74 | 0.94 | 0.52 |
| Hex | F8 | 10 | 85 | 0 | 5E | 2E | 3 | 14A | 5E | 34 |
| Octal | 370 | 20 | 205 | 0 | 136 | 56 | 3 | 512 | 136 | 64 |
| Binary | 11111000 | 10000 | 10000101 | 0 | 1011110 | 101110 | 11 | 101001010 | 1011110 | 110100 |
Color Harmonies of #F81085
Complementary color
Monochromatic Colors of #F81085
Black with #F81085
Text Example
Text Example
White with #F81085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81085; }
p { color: rgb(248,16,133); }
H1.HeaderClassName
{
color: #F81085;
}
.AnyTagClassName
{
color: #F81085;
}
</style>
background-color css
<style>
a { background-color: #F81085; }
a { background-color: rgb(248,16,133); }
div.DivClassName
{
background-color: #F81085;
}
.BgClassName
{
background-color: #F81085;
}
</style>
border-color css
<style>
span { border-color: #F81085; }
span { border-color: rgb(248,16,133); }
td.TdClassName
{
border-color: #F81085;
}
.TagClassName
{
border-color: #F81085;
}
</style>