Shades of Deep Pink #F8228D
Tints of Deep Pink #F8228D
RGB
CMYK
RGB Variations
Color information
#F8228D (or 0xF8228D) is known color: Deep Pink. HEX triplet: F8, 22 and 8D. RGB value is (248,34,141). Sum of RGB (Red+Green+Blue) = 248+34+141=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F8228D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8228D is #07DD72. Grayscale: #6D6D6D. Windows color (decimal): -515443 or 9249528. OLE color: 9249528.
HSL color Cylindrical-coordinate representation of color #F8228D: hue angle of 330º 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 #F8228D is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 34 | 141 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.03 |
| HSL | 330º | 0.94% | 0.55% | - |
| HSV(B) | 330º | 0.86% | 0.97% | - |
| XYZ | 44.09 | 23.02 | 27.32 | - |
| YUV | 110.18 | 145.4 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 34 | 141 | 0 | 0.86 | 0.43 | 0.03 | 330 | 0.94 | 0.55 |
| Hex | F8 | 22 | 8D | 0 | 56 | 2B | 3 | 14A | 5E | 37 |
| Octal | 370 | 42 | 215 | 0 | 126 | 53 | 3 | 512 | 136 | 67 |
| Binary | 11111000 | 100010 | 10001101 | 0 | 1010110 | 101011 | 11 | 101001010 | 1011110 | 110111 |
Color Harmonies of #F8228D
Complementary color
Monochromatic Colors of #F8228D
Black with #F8228D
Text Example
Text Example
White with #F8228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8228D; }
p { color: rgb(248,34,141); }
H1.HeaderClassName
{
color: #F8228D;
}
.AnyTagClassName
{
color: #F8228D;
}
</style>
background-color css
<style>
a { background-color: #F8228D; }
a { background-color: rgb(248,34,141); }
div.DivClassName
{
background-color: #F8228D;
}
.BgClassName
{
background-color: #F8228D;
}
</style>
border-color css
<style>
span { border-color: #F8228D; }
span { border-color: rgb(248,34,141); }
td.TdClassName
{
border-color: #F8228D;
}
.TagClassName
{
border-color: #F8228D;
}
</style>