Shades of Deep Pink #F8007D
Tints of Deep Pink #F8007D
RGB
CMYK
RGB Variations
Color information
#F8007D (or 0xF8007D) is known color: Deep Pink. HEX triplet: F8, 00 and 7D. RGB value is (248,0,125). Sum of RGB (Red+Green+Blue) = 248+0+125=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F8007D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8007D is #07FF82. Grayscale: #585858. Windows color (decimal): -524163 or 8192248. OLE color: 8192248.
HSL color Cylindrical-coordinate representation of color #F8007D: hue angle of 329.76º 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 #F8007D is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.50 | 0.03 |
| HSL | 329.76º | 1% | 0.49% | - |
| HSV(B) | 329.76º | 1% | 0.97% | - |
| XYZ | 42.41 | 21.44 | 21.3 | - |
| YUV | 88.4 | 148.66 | 241.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 125 | 0 | 1 | 0.50 | 0.03 | 329.76 | 1 | 0.49 |
| Hex | F8 | 0 | 7D | 0 | 64 | 32 | 3 | 14A | 64 | 31 |
| Octal | 370 | 0 | 175 | 0 | 144 | 62 | 3 | 512 | 144 | 61 |
| Binary | 11111000 | 0 | 1111101 | 0 | 1100100 | 110010 | 11 | 101001010 | 1100100 | 110001 |
Color Harmonies of #F8007D
Complementary color
Monochromatic Colors of #F8007D
Black with #F8007D
Text Example
Text Example
White with #F8007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8007D; }
p { color: rgb(248,0,125); }
H1.HeaderClassName
{
color: #F8007D;
}
.AnyTagClassName
{
color: #F8007D;
}
</style>
background-color css
<style>
a { background-color: #F8007D; }
a { background-color: rgb(248,0,125); }
div.DivClassName
{
background-color: #F8007D;
}
.BgClassName
{
background-color: #F8007D;
}
</style>
border-color css
<style>
span { border-color: #F8007D; }
span { border-color: rgb(248,0,125); }
td.TdClassName
{
border-color: #F8007D;
}
.TagClassName
{
border-color: #F8007D;
}
</style>