Shades of Deep Pink #F9068B
Tints of Deep Pink #F9068B
RGB
CMYK
RGB Variations
Color information
#F9068B (or 0xF9068B) is known color: Deep Pink. HEX triplet: F9, 06 and 8B. RGB value is (249,6,139). Sum of RGB (Red+Green+Blue) = 249+6+139=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F9068B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9068B is #06F974. Grayscale: #5D5D5D. Windows color (decimal): -457077 or 9111289. OLE color: 9111289.
HSL color Cylindrical-coordinate representation of color #F9068B: hue angle of 327.16º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9068B is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 139 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.02 |
| HSL | 327.16º | 0.95% | 0.5% | - |
| HSV(B) | 327.16º | 0.98% | 0.98% | - |
| XYZ | 43.79 | 22.13 | 26.39 | - |
| YUV | 93.82 | 153.51 | 238.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 139 | 0 | 0.98 | 0.44 | 0.02 | 327.16 | 0.95 | 0.5 |
| Hex | F9 | 6 | 8B | 0 | 62 | 2C | 2 | 147 | 5F | 32 |
| Octal | 371 | 6 | 213 | 0 | 142 | 54 | 2 | 507 | 137 | 62 |
| Binary | 11111001 | 110 | 10001011 | 0 | 1100010 | 101100 | 10 | 101000111 | 1011111 | 110010 |
Color Harmonies of #F9068B
Complementary color
Monochromatic Colors of #F9068B
Black with #F9068B
Text Example
Text Example
White with #F9068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9068B; }
p { color: rgb(249,6,139); }
H1.HeaderClassName
{
color: #F9068B;
}
.AnyTagClassName
{
color: #F9068B;
}
</style>
background-color css
<style>
a { background-color: #F9068B; }
a { background-color: rgb(249,6,139); }
div.DivClassName
{
background-color: #F9068B;
}
.BgClassName
{
background-color: #F9068B;
}
</style>
border-color css
<style>
span { border-color: #F9068B; }
span { border-color: rgb(249,6,139); }
td.TdClassName
{
border-color: #F9068B;
}
.TagClassName
{
border-color: #F9068B;
}
</style>