Shades of Deep Pink #F6097E
Tints of Deep Pink #F6097E
RGB
CMYK
RGB Variations
Color information
#F6097E (or 0xF6097E) is known color: Deep Pink. HEX triplet: F6, 09 and 7E. RGB value is (246,9,126). Sum of RGB (Red+Green+Blue) = 246+9+126=381 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.57% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 246 - color contains mainly: red. Hex color #F6097E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6097E is #09F681. Grayscale: #5C5C5C. Windows color (decimal): -652930 or 8260086. OLE color: 8260086.
HSL color Cylindrical-coordinate representation of color #F6097E: hue angle of 330.38º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6097E is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 126 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.04 |
| HSL | 330.38º | 0.93% | 0.5% | - |
| HSV(B) | 330.38º | 0.96% | 0.96% | - |
| XYZ | 41.87 | 21.29 | 21.64 | - |
| YUV | 93.2 | 146.52 | 236.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 126 | 0 | 0.96 | 0.49 | 0.04 | 330.38 | 0.93 | 0.5 |
| Hex | F6 | 9 | 7E | 0 | 60 | 31 | 4 | 14A | 5D | 32 |
| Octal | 366 | 11 | 176 | 0 | 140 | 61 | 4 | 512 | 135 | 62 |
| Binary | 11110110 | 1001 | 1111110 | 0 | 1100000 | 110001 | 100 | 101001010 | 1011101 | 110010 |
Color Harmonies of #F6097E
Complementary color
Monochromatic Colors of #F6097E
Black with #F6097E
Text Example
Text Example
White with #F6097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6097E; }
p { color: rgb(246,9,126); }
H1.HeaderClassName
{
color: #F6097E;
}
.AnyTagClassName
{
color: #F6097E;
}
</style>
background-color css
<style>
a { background-color: #F6097E; }
a { background-color: rgb(246,9,126); }
div.DivClassName
{
background-color: #F6097E;
}
.BgClassName
{
background-color: #F6097E;
}
</style>
border-color css
<style>
span { border-color: #F6097E; }
span { border-color: rgb(246,9,126); }
td.TdClassName
{
border-color: #F6097E;
}
.TagClassName
{
border-color: #F6097E;
}
</style>