Shades of Deep Pink #F8228B
Tints of Deep Pink #F8228B
RGB
CMYK
RGB Variations
Color information
#F8228B (or 0xF8228B) is known color: Deep Pink. HEX triplet: F8, 22 and 8B. RGB value is (248,34,139). Sum of RGB (Red+Green+Blue) = 248+34+139=421 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.91% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 248 - color contains mainly: red. Hex color #F8228B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8228B is #07DD74. Grayscale: #6D6D6D. Windows color (decimal): -515445 or 9118456. OLE color: 9118456.
HSL color Cylindrical-coordinate representation of color #F8228B: hue angle of 330.56º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F8228B is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 34 | 139 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.03 |
| HSL | 330.56º | 0.94% | 0.55% | - |
| HSV(B) | 330.56º | 0.86% | 0.97% | - |
| XYZ | 43.94 | 22.96 | 26.54 | - |
| YUV | 109.96 | 144.4 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 34 | 139 | 0 | 0.86 | 0.44 | 0.03 | 330.56 | 0.94 | 0.55 |
| Hex | F8 | 22 | 8B | 0 | 56 | 2C | 3 | 14B | 5E | 37 |
| Octal | 370 | 42 | 213 | 0 | 126 | 54 | 3 | 513 | 136 | 67 |
| Binary | 11111000 | 100010 | 10001011 | 0 | 1010110 | 101100 | 11 | 101001011 | 1011110 | 110111 |
Color Harmonies of #F8228B
Complementary color
Monochromatic Colors of #F8228B
Black with #F8228B
Text Example
Text Example
White with #F8228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8228B; }
p { color: rgb(248,34,139); }
H1.HeaderClassName
{
color: #F8228B;
}
.AnyTagClassName
{
color: #F8228B;
}
</style>
background-color css
<style>
a { background-color: #F8228B; }
a { background-color: rgb(248,34,139); }
div.DivClassName
{
background-color: #F8228B;
}
.BgClassName
{
background-color: #F8228B;
}
</style>
border-color css
<style>
span { border-color: #F8228B; }
span { border-color: rgb(248,34,139); }
td.TdClassName
{
border-color: #F8228B;
}
.TagClassName
{
border-color: #F8228B;
}
</style>