Shades of Deep Pink #F8227D
Tints of Deep Pink #F8227D
RGB
CMYK
RGB Variations
Color information
#F8227D (or 0xF8227D) is known color: Deep Pink. HEX triplet: F8, 22 and 7D. RGB value is (248,34,125). Sum of RGB (Red+Green+Blue) = 248+34+125=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 34 (13.67% from 255 or 8.35% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F8227D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8227D is #07DD82. Grayscale: #6C6C6C. Windows color (decimal): -515459 or 8200952. OLE color: 8200952.
HSL color Cylindrical-coordinate representation of color #F8227D: hue angle of 334.49º 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 #F8227D is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 34 | 125 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.03 |
| HSL | 334.49º | 0.94% | 0.55% | - |
| HSV(B) | 334.49º | 0.86% | 0.97% | - |
| XYZ | 42.99 | 22.58 | 21.5 | - |
| YUV | 108.36 | 137.4 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 34 | 125 | 0 | 0.86 | 0.50 | 0.03 | 334.49 | 0.94 | 0.55 |
| Hex | F8 | 22 | 7D | 0 | 56 | 32 | 3 | 14E | 5E | 37 |
| Octal | 370 | 42 | 175 | 0 | 126 | 62 | 3 | 516 | 136 | 67 |
| Binary | 11111000 | 100010 | 1111101 | 0 | 1010110 | 110010 | 11 | 101001110 | 1011110 | 110111 |
Color Harmonies of #F8227D
Complementary color
Monochromatic Colors of #F8227D
Black with #F8227D
Text Example
Text Example
White with #F8227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8227D; }
p { color: rgb(248,34,125); }
H1.HeaderClassName
{
color: #F8227D;
}
.AnyTagClassName
{
color: #F8227D;
}
</style>
background-color css
<style>
a { background-color: #F8227D; }
a { background-color: rgb(248,34,125); }
div.DivClassName
{
background-color: #F8227D;
}
.BgClassName
{
background-color: #F8227D;
}
</style>
border-color css
<style>
span { border-color: #F8227D; }
span { border-color: rgb(248,34,125); }
td.TdClassName
{
border-color: #F8227D;
}
.TagClassName
{
border-color: #F8227D;
}
</style>