Shades of Deep Pink #F8007E
Tints of Deep Pink #F8007E
RGB
CMYK
RGB Variations
Color information
#F8007E (or 0xF8007E) is known color: Deep Pink. HEX triplet: F8, 00 and 7E. RGB value is (248,0,126). Sum of RGB (Red+Green+Blue) = 248+0+126=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F8007E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8007E is #07FF81. Grayscale: #585858. Windows color (decimal): -524162 or 8257784. OLE color: 8257784.
HSL color Cylindrical-coordinate representation of color #F8007E: hue angle of 329.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8007E is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.49 | 0.03 |
| HSL | 329.52º | 1% | 0.49% | - |
| HSV(B) | 329.52º | 1% | 0.97% | - |
| XYZ | 42.48 | 21.46 | 21.64 | - |
| YUV | 88.52 | 149.16 | 241.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 126 | 0 | 1 | 0.49 | 0.03 | 329.52 | 1 | 0.49 |
| Hex | F8 | 0 | 7E | 0 | 64 | 31 | 3 | 14A | 64 | 31 |
| Octal | 370 | 0 | 176 | 0 | 144 | 61 | 3 | 512 | 144 | 61 |
| Binary | 11111000 | 0 | 1111110 | 0 | 1100100 | 110001 | 11 | 101001010 | 1100100 | 110001 |
Color Harmonies of #F8007E
Complementary color
Monochromatic Colors of #F8007E
Black with #F8007E
Text Example
Text Example
White with #F8007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8007E; }
p { color: rgb(248,0,126); }
H1.HeaderClassName
{
color: #F8007E;
}
.AnyTagClassName
{
color: #F8007E;
}
</style>
background-color css
<style>
a { background-color: #F8007E; }
a { background-color: rgb(248,0,126); }
div.DivClassName
{
background-color: #F8007E;
}
.BgClassName
{
background-color: #F8007E;
}
</style>
border-color css
<style>
span { border-color: #F8007E; }
span { border-color: rgb(248,0,126); }
td.TdClassName
{
border-color: #F8007E;
}
.TagClassName
{
border-color: #F8007E;
}
</style>