Shades of Deep Pink #F82183
Tints of Deep Pink #F82183
RGB
CMYK
RGB Variations
Color information
#F82183 (or 0xF82183) is known color: Deep Pink. HEX triplet: F8, 21 and 83. RGB value is (248,33,131). Sum of RGB (Red+Green+Blue) = 248+33+131=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 33 (13.28% from 255 or 8.01% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F82183 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82183 is #07DE7C. Grayscale: #6C6C6C. Windows color (decimal): -515709 or 8593912. OLE color: 8593912.
HSL color Cylindrical-coordinate representation of color #F82183: hue angle of 332.65º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F82183 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 131 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.03 |
| HSL | 332.65º | 0.94% | 0.55% | - |
| HSV(B) | 332.65º | 0.87% | 0.97% | - |
| XYZ | 43.35 | 22.68 | 23.57 | - |
| YUV | 108.46 | 140.73 | 227.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 131 | 0 | 0.87 | 0.47 | 0.03 | 332.65 | 0.94 | 0.55 |
| Hex | F8 | 21 | 83 | 0 | 57 | 2F | 3 | 14D | 5E | 37 |
| Octal | 370 | 41 | 203 | 0 | 127 | 57 | 3 | 515 | 136 | 67 |
| Binary | 11111000 | 100001 | 10000011 | 0 | 1010111 | 101111 | 11 | 101001101 | 1011110 | 110111 |
Color Harmonies of #F82183
Complementary color
Monochromatic Colors of #F82183
Black with #F82183
Text Example
Text Example
White with #F82183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82183; }
p { color: rgb(248,33,131); }
H1.HeaderClassName
{
color: #F82183;
}
.AnyTagClassName
{
color: #F82183;
}
</style>
background-color css
<style>
a { background-color: #F82183; }
a { background-color: rgb(248,33,131); }
div.DivClassName
{
background-color: #F82183;
}
.BgClassName
{
background-color: #F82183;
}
</style>
border-color css
<style>
span { border-color: #F82183; }
span { border-color: rgb(248,33,131); }
td.TdClassName
{
border-color: #F82183;
}
.TagClassName
{
border-color: #F82183;
}
</style>