Shades of Deep Pink #F8068D
Tints of Deep Pink #F8068D
RGB
CMYK
RGB Variations
Color information
#F8068D (or 0xF8068D) is known color: Deep Pink. HEX triplet: F8, 06 and 8D. RGB value is (248,6,141). Sum of RGB (Red+Green+Blue) = 248+6+141=395 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.78% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 248 - color contains mainly: red. Hex color #F8068D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8068D is #07F972. Grayscale: #5D5D5D. Windows color (decimal): -522611 or 9242360. OLE color: 9242360.
HSL color Cylindrical-coordinate representation of color #F8068D: hue angle of 326.53º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8068D is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 141 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.03 |
| HSL | 326.53º | 0.95% | 0.5% | - |
| HSV(B) | 326.53º | 0.98% | 0.97% | - |
| XYZ | 43.58 | 22.01 | 27.15 | - |
| YUV | 93.75 | 154.67 | 238.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 141 | 0 | 0.98 | 0.43 | 0.03 | 326.53 | 0.95 | 0.5 |
| Hex | F8 | 6 | 8D | 0 | 62 | 2B | 3 | 147 | 5F | 32 |
| Octal | 370 | 6 | 215 | 0 | 142 | 53 | 3 | 507 | 137 | 62 |
| Binary | 11111000 | 110 | 10001101 | 0 | 1100010 | 101011 | 11 | 101000111 | 1011111 | 110010 |
Color Harmonies of #F8068D
Complementary color
Monochromatic Colors of #F8068D
Black with #F8068D
Text Example
Text Example
White with #F8068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8068D; }
p { color: rgb(248,6,141); }
H1.HeaderClassName
{
color: #F8068D;
}
.AnyTagClassName
{
color: #F8068D;
}
</style>
background-color css
<style>
a { background-color: #F8068D; }
a { background-color: rgb(248,6,141); }
div.DivClassName
{
background-color: #F8068D;
}
.BgClassName
{
background-color: #F8068D;
}
</style>
border-color css
<style>
span { border-color: #F8068D; }
span { border-color: rgb(248,6,141); }
td.TdClassName
{
border-color: #F8068D;
}
.TagClassName
{
border-color: #F8068D;
}
</style>