Shades of Deep Pink #F81883
Tints of Deep Pink #F81883
RGB
CMYK
RGB Variations
Color information
#F81883 (or 0xF81883) is known color: Deep Pink. HEX triplet: F8, 18 and 83. RGB value is (248,24,131). Sum of RGB (Red+Green+Blue) = 248+24+131=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F81883 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81883 is #07E77C. Grayscale: #666666. Windows color (decimal): -518013 or 8591608. OLE color: 8591608.
HSL color Cylindrical-coordinate representation of color #F81883: hue angle of 331.34º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81883 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 131 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.03 |
| HSL | 331.34º | 0.94% | 0.53% | - |
| HSV(B) | 331.34º | 0.9% | 0.97% | - |
| XYZ | 43.13 | 22.25 | 23.49 | - |
| YUV | 103.17 | 143.71 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 131 | 0 | 0.90 | 0.47 | 0.03 | 331.34 | 0.94 | 0.53 |
| Hex | F8 | 18 | 83 | 0 | 5A | 2F | 3 | 14B | 5E | 35 |
| Octal | 370 | 30 | 203 | 0 | 132 | 57 | 3 | 513 | 136 | 65 |
| Binary | 11111000 | 11000 | 10000011 | 0 | 1011010 | 101111 | 11 | 101001011 | 1011110 | 110101 |
Color Harmonies of #F81883
Complementary color
Monochromatic Colors of #F81883
Black with #F81883
Text Example
Text Example
White with #F81883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81883; }
p { color: rgb(248,24,131); }
H1.HeaderClassName
{
color: #F81883;
}
.AnyTagClassName
{
color: #F81883;
}
</style>
background-color css
<style>
a { background-color: #F81883; }
a { background-color: rgb(248,24,131); }
div.DivClassName
{
background-color: #F81883;
}
.BgClassName
{
background-color: #F81883;
}
</style>
border-color css
<style>
span { border-color: #F81883; }
span { border-color: rgb(248,24,131); }
td.TdClassName
{
border-color: #F81883;
}
.TagClassName
{
border-color: #F81883;
}
</style>