Shades of Deep Pink #F81094
Tints of Deep Pink #F81094
RGB
CMYK
RGB Variations
Color information
#F81094 (or 0xF81094) is known color: Deep Pink. HEX triplet: F8, 10 and 94. RGB value is (248,16,148). Sum of RGB (Red+Green+Blue) = 248+16+148=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F81094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81094 is #07EF6B. Grayscale: #646464. Windows color (decimal): -520044 or 9703672. OLE color: 9703672.
HSL color Cylindrical-coordinate representation of color #F81094: hue angle of 325.86º 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 #F81094 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 148 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.03 |
| HSL | 325.86º | 0.94% | 0.52% | - |
| HSV(B) | 325.86º | 0.94% | 0.97% | - |
| XYZ | 44.24 | 22.47 | 30.02 | - |
| YUV | 100.42 | 154.86 | 233.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 148 | 0 | 0.94 | 0.40 | 0.03 | 325.86 | 0.94 | 0.52 |
| Hex | F8 | 10 | 94 | 0 | 5E | 28 | 3 | 146 | 5E | 34 |
| Octal | 370 | 20 | 224 | 0 | 136 | 50 | 3 | 506 | 136 | 64 |
| Binary | 11111000 | 10000 | 10010100 | 0 | 1011110 | 101000 | 11 | 101000110 | 1011110 | 110100 |
Color Harmonies of #F81094
Complementary color
Monochromatic Colors of #F81094
Black with #F81094
Text Example
Text Example
White with #F81094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81094; }
p { color: rgb(248,16,148); }
H1.HeaderClassName
{
color: #F81094;
}
.AnyTagClassName
{
color: #F81094;
}
</style>
background-color css
<style>
a { background-color: #F81094; }
a { background-color: rgb(248,16,148); }
div.DivClassName
{
background-color: #F81094;
}
.BgClassName
{
background-color: #F81094;
}
</style>
border-color css
<style>
span { border-color: #F81094; }
span { border-color: rgb(248,16,148); }
td.TdClassName
{
border-color: #F81094;
}
.TagClassName
{
border-color: #F81094;
}
</style>