Shades of Deep Pink #F8257C
Tints of Deep Pink #F8257C
RGB
CMYK
RGB Variations
Color information
#F8257C (or 0xF8257C) is known color: Deep Pink. HEX triplet: F8, 25 and 7C. RGB value is (248,37,124). Sum of RGB (Red+Green+Blue) = 248+37+124=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F8257C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8257C is #07DA83. Grayscale: #6D6D6D. Windows color (decimal): -514692 or 8136184. OLE color: 8136184.
HSL color Cylindrical-coordinate representation of color #F8257C: hue angle of 335.26º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8257C is Cyan = 0, Magento = 0.85, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 124 | - |
| CMYK | 0 | 0.85 | 0.5 | 0.03 |
| HSL | 335.26º | 0.94% | 0.56% | - |
| HSV(B) | 335.26º | 0.85% | 0.97% | - |
| XYZ | 43.01 | 22.73 | 21.19 | - |
| YUV | 110.01 | 135.9 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 124 | 0 | 0.85 | 0.5 | 0.03 | 335.26 | 0.94 | 0.56 |
| Hex | F8 | 25 | 7C | 0 | 55 | 32 | 3 | 14F | 5E | 38 |
| Octal | 370 | 45 | 174 | 0 | 125 | 62 | 3 | 517 | 136 | 70 |
| Binary | 11111000 | 100101 | 1111100 | 0 | 1010101 | 110010 | 11 | 101001111 | 1011110 | 111000 |
Color Harmonies of #F8257C
Complementary color
Monochromatic Colors of #F8257C
Black with #F8257C
Text Example
Text Example
White with #F8257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8257C; }
p { color: rgb(248,37,124); }
H1.HeaderClassName
{
color: #F8257C;
}
.AnyTagClassName
{
color: #F8257C;
}
</style>
background-color css
<style>
a { background-color: #F8257C; }
a { background-color: rgb(248,37,124); }
div.DivClassName
{
background-color: #F8257C;
}
.BgClassName
{
background-color: #F8257C;
}
</style>
border-color css
<style>
span { border-color: #F8257C; }
span { border-color: rgb(248,37,124); }
td.TdClassName
{
border-color: #F8257C;
}
.TagClassName
{
border-color: #F8257C;
}
</style>