Shades of Deep Pink #F6098B
Tints of Deep Pink #F6098B
RGB
CMYK
RGB Variations
Color information
#F6098B (or 0xF6098B) is known color: Deep Pink. HEX triplet: F6, 09 and 8B. RGB value is (246,9,139). Sum of RGB (Red+Green+Blue) = 246+9+139=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F6098B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6098B is #09F674. Grayscale: #5E5E5E. Windows color (decimal): -652917 or 9112054. OLE color: 9112054.
HSL color Cylindrical-coordinate representation of color #F6098B: hue angle of 327.09º 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 #F6098B is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 139 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.04 |
| HSL | 327.09º | 0.93% | 0.5% | - |
| HSV(B) | 327.09º | 0.96% | 0.96% | - |
| XYZ | 42.76 | 21.65 | 26.35 | - |
| YUV | 94.68 | 153.02 | 235.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 139 | 0 | 0.96 | 0.43 | 0.04 | 327.09 | 0.93 | 0.5 |
| Hex | F6 | 9 | 8B | 0 | 60 | 2B | 4 | 147 | 5D | 32 |
| Octal | 366 | 11 | 213 | 0 | 140 | 53 | 4 | 507 | 135 | 62 |
| Binary | 11110110 | 1001 | 10001011 | 0 | 1100000 | 101011 | 100 | 101000111 | 1011101 | 110010 |
Color Harmonies of #F6098B
Complementary color
Monochromatic Colors of #F6098B
Black with #F6098B
Text Example
Text Example
White with #F6098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6098B; }
p { color: rgb(246,9,139); }
H1.HeaderClassName
{
color: #F6098B;
}
.AnyTagClassName
{
color: #F6098B;
}
</style>
background-color css
<style>
a { background-color: #F6098B; }
a { background-color: rgb(246,9,139); }
div.DivClassName
{
background-color: #F6098B;
}
.BgClassName
{
background-color: #F6098B;
}
</style>
border-color css
<style>
span { border-color: #F6098B; }
span { border-color: rgb(246,9,139); }
td.TdClassName
{
border-color: #F6098B;
}
.TagClassName
{
border-color: #F6098B;
}
</style>