Shades of Deep Pink #F8277B
Tints of Deep Pink #F8277B
RGB
CMYK
RGB Variations
Color information
#F8277B (or 0xF8277B) is known color: Deep Pink. HEX triplet: F8, 27 and 7B. RGB value is (248,39,123). Sum of RGB (Red+Green+Blue) = 248+39+123=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F8277B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8277B is #07D884. Grayscale: #6E6E6E. Windows color (decimal): -514181 or 8071160. OLE color: 8071160.
HSL color Cylindrical-coordinate representation of color #F8277B: hue angle of 335.89º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F8277B is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 39 | 123 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.03 |
| HSL | 335.89º | 0.94% | 0.56% | - |
| HSV(B) | 335.89º | 0.84% | 0.97% | - |
| XYZ | 43.01 | 22.84 | 20.88 | - |
| YUV | 111.07 | 134.74 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 39 | 123 | 0 | 0.84 | 0.50 | 0.03 | 335.89 | 0.94 | 0.56 |
| Hex | F8 | 27 | 7B | 0 | 54 | 32 | 3 | 150 | 5E | 38 |
| Octal | 370 | 47 | 173 | 0 | 124 | 62 | 3 | 520 | 136 | 70 |
| Binary | 11111000 | 100111 | 1111011 | 0 | 1010100 | 110010 | 11 | 101010000 | 1011110 | 111000 |
Color Harmonies of #F8277B
Complementary color
Monochromatic Colors of #F8277B
Black with #F8277B
Text Example
Text Example
White with #F8277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8277B; }
p { color: rgb(248,39,123); }
H1.HeaderClassName
{
color: #F8277B;
}
.AnyTagClassName
{
color: #F8277B;
}
</style>
background-color css
<style>
a { background-color: #F8277B; }
a { background-color: rgb(248,39,123); }
div.DivClassName
{
background-color: #F8277B;
}
.BgClassName
{
background-color: #F8277B;
}
</style>
border-color css
<style>
span { border-color: #F8277B; }
span { border-color: rgb(248,39,123); }
td.TdClassName
{
border-color: #F8277B;
}
.TagClassName
{
border-color: #F8277B;
}
</style>