Shades of Deep Pink #F81598
Tints of Deep Pink #F81598
RGB
CMYK
RGB Variations
Color information
#F81598 (or 0xF81598) is known color: Deep Pink. HEX triplet: F8, 15 and 98. RGB value is (248,21,152). Sum of RGB (Red+Green+Blue) = 248+21+152=421 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.91% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 248 - color contains mainly: red. Hex color #F81598 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81598 is #07EA67. Grayscale: #676767. Windows color (decimal): -518760 or 9967096. OLE color: 9967096.
HSL color Cylindrical-coordinate representation of color #F81598: hue angle of 325.37º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81598 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 152 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.03 |
| HSL | 325.37º | 0.94% | 0.53% | - |
| HSV(B) | 325.37º | 0.92% | 0.97% | - |
| XYZ | 44.65 | 22.76 | 31.75 | - |
| YUV | 103.81 | 155.21 | 230.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 152 | 0 | 0.92 | 0.39 | 0.03 | 325.37 | 0.94 | 0.53 |
| Hex | F8 | 15 | 98 | 0 | 5C | 27 | 3 | 145 | 5E | 35 |
| Octal | 370 | 25 | 230 | 0 | 134 | 47 | 3 | 505 | 136 | 65 |
| Binary | 11111000 | 10101 | 10011000 | 0 | 1011100 | 100111 | 11 | 101000101 | 1011110 | 110101 |
Color Harmonies of #F81598
Complementary color
Monochromatic Colors of #F81598
Black with #F81598
Text Example
Text Example
White with #F81598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81598; }
p { color: rgb(248,21,152); }
H1.HeaderClassName
{
color: #F81598;
}
.AnyTagClassName
{
color: #F81598;
}
</style>
background-color css
<style>
a { background-color: #F81598; }
a { background-color: rgb(248,21,152); }
div.DivClassName
{
background-color: #F81598;
}
.BgClassName
{
background-color: #F81598;
}
</style>
border-color css
<style>
span { border-color: #F81598; }
span { border-color: rgb(248,21,152); }
td.TdClassName
{
border-color: #F81598;
}
.TagClassName
{
border-color: #F81598;
}
</style>