Shades of Deep Pink #F6098A
Tints of Deep Pink #F6098A
RGB
CMYK
RGB Variations
Color information
#F6098A (or 0xF6098A) is known color: Deep Pink. HEX triplet: F6, 09 and 8A. RGB value is (246,9,138). Sum of RGB (Red+Green+Blue) = 246+9+138=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F6098A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6098A is #09F675. Grayscale: #5E5E5E. Windows color (decimal): -652918 or 9046518. OLE color: 9046518.
HSL color Cylindrical-coordinate representation of color #F6098A: hue angle of 327.34º 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 #F6098A is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 138 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.04 |
| HSL | 327.34º | 0.93% | 0.5% | - |
| HSV(B) | 327.34º | 0.96% | 0.96% | - |
| XYZ | 42.69 | 21.62 | 25.97 | - |
| YUV | 94.57 | 152.52 | 236.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 138 | 0 | 0.96 | 0.44 | 0.04 | 327.34 | 0.93 | 0.5 |
| Hex | F6 | 9 | 8A | 0 | 60 | 2C | 4 | 147 | 5D | 32 |
| Octal | 366 | 11 | 212 | 0 | 140 | 54 | 4 | 507 | 135 | 62 |
| Binary | 11110110 | 1001 | 10001010 | 0 | 1100000 | 101100 | 100 | 101000111 | 1011101 | 110010 |
Color Harmonies of #F6098A
Complementary color
Monochromatic Colors of #F6098A
Black with #F6098A
Text Example
Text Example
White with #F6098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6098A; }
p { color: rgb(246,9,138); }
H1.HeaderClassName
{
color: #F6098A;
}
.AnyTagClassName
{
color: #F6098A;
}
</style>
background-color css
<style>
a { background-color: #F6098A; }
a { background-color: rgb(246,9,138); }
div.DivClassName
{
background-color: #F6098A;
}
.BgClassName
{
background-color: #F6098A;
}
</style>
border-color css
<style>
span { border-color: #F6098A; }
span { border-color: rgb(246,9,138); }
td.TdClassName
{
border-color: #F6098A;
}
.TagClassName
{
border-color: #F6098A;
}
</style>