Shades of Deep Pink #F8228C
Tints of Deep Pink #F8228C
RGB
CMYK
RGB Variations
Color information
#F8228C (or 0xF8228C) is known color: Deep Pink. HEX triplet: F8, 22 and 8C. RGB value is (248,34,140). Sum of RGB (Red+Green+Blue) = 248+34+140=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 34 (13.67% from 255 or 8.06% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F8228C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8228C is #07DD73. Grayscale: #6D6D6D. Windows color (decimal): -515444 or 9183992. OLE color: 9183992.
HSL color Cylindrical-coordinate representation of color #F8228C: hue angle of 330.28º 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 #F8228C is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 34 | 140 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.03 |
| HSL | 330.28º | 0.94% | 0.55% | - |
| HSV(B) | 330.28º | 0.86% | 0.97% | - |
| XYZ | 44.02 | 22.99 | 26.93 | - |
| YUV | 110.07 | 144.9 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 34 | 140 | 0 | 0.86 | 0.44 | 0.03 | 330.28 | 0.94 | 0.55 |
| Hex | F8 | 22 | 8C | 0 | 56 | 2C | 3 | 14A | 5E | 37 |
| Octal | 370 | 42 | 214 | 0 | 126 | 54 | 3 | 512 | 136 | 67 |
| Binary | 11111000 | 100010 | 10001100 | 0 | 1010110 | 101100 | 11 | 101001010 | 1011110 | 110111 |
Color Harmonies of #F8228C
Complementary color
Monochromatic Colors of #F8228C
Black with #F8228C
Text Example
Text Example
White with #F8228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8228C; }
p { color: rgb(248,34,140); }
H1.HeaderClassName
{
color: #F8228C;
}
.AnyTagClassName
{
color: #F8228C;
}
</style>
background-color css
<style>
a { background-color: #F8228C; }
a { background-color: rgb(248,34,140); }
div.DivClassName
{
background-color: #F8228C;
}
.BgClassName
{
background-color: #F8228C;
}
</style>
border-color css
<style>
span { border-color: #F8228C; }
span { border-color: rgb(248,34,140); }
td.TdClassName
{
border-color: #F8228C;
}
.TagClassName
{
border-color: #F8228C;
}
</style>