Shades of Deep Pink #F81183
Tints of Deep Pink #F81183
RGB
CMYK
RGB Variations
Color information
#F81183 (or 0xF81183) is known color: Deep Pink. HEX triplet: F8, 11 and 83. RGB value is (248,17,131). Sum of RGB (Red+Green+Blue) = 248+17+131=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F81183 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81183 is #07EE7C. Grayscale: #626262. Windows color (decimal): -519805 or 8589816. OLE color: 8589816.
HSL color Cylindrical-coordinate representation of color #F81183: hue angle of 330.39º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F81183 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 131 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.03 |
| HSL | 330.39º | 0.94% | 0.52% | - |
| HSV(B) | 330.39º | 0.93% | 0.97% | - |
| XYZ | 43.01 | 22 | 23.45 | - |
| YUV | 99.07 | 146.03 | 234.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 131 | 0 | 0.93 | 0.47 | 0.03 | 330.39 | 0.94 | 0.52 |
| Hex | F8 | 11 | 83 | 0 | 5D | 2F | 3 | 14A | 5E | 34 |
| Octal | 370 | 21 | 203 | 0 | 135 | 57 | 3 | 512 | 136 | 64 |
| Binary | 11111000 | 10001 | 10000011 | 0 | 1011101 | 101111 | 11 | 101001010 | 1011110 | 110100 |
Color Harmonies of #F81183
Complementary color
Monochromatic Colors of #F81183
Black with #F81183
Text Example
Text Example
White with #F81183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81183; }
p { color: rgb(248,17,131); }
H1.HeaderClassName
{
color: #F81183;
}
.AnyTagClassName
{
color: #F81183;
}
</style>
background-color css
<style>
a { background-color: #F81183; }
a { background-color: rgb(248,17,131); }
div.DivClassName
{
background-color: #F81183;
}
.BgClassName
{
background-color: #F81183;
}
</style>
border-color css
<style>
span { border-color: #F81183; }
span { border-color: rgb(248,17,131); }
td.TdClassName
{
border-color: #F81183;
}
.TagClassName
{
border-color: #F81183;
}
</style>