Shades of Deep Pink #FF098D
Tints of Deep Pink #FF098D
RGB
CMYK
RGB Variations
Color information
#FF098D (or 0xFF098D) is known color: Deep Pink. HEX triplet: FF, 09 and 8D. RGB value is (255,9,141). Sum of RGB (Red+Green+Blue) = 255+9+141=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF098D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF098D is #00F672. Grayscale: #616161. Windows color (decimal): -63091 or 9243135. OLE color: 9243135.
HSL color Cylindrical-coordinate representation of color #FF098D: hue angle of 327.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF098D is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 141 | - |
| CMYK | 0 | 0.96 | 0.45 | 0 |
| HSL | 327.8º | 1% | 0.52% | - |
| HSV(B) | 327.8º | 0.96% | 1% | - |
| XYZ | 46.15 | 23.38 | 27.28 | - |
| YUV | 97.6 | 152.5 | 240.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 141 | 0 | 0.96 | 0.45 | 0 | 327.8 | 1 | 0.52 |
| Hex | FF | 9 | 8D | 0 | 60 | 2D | 0 | 148 | 64 | 34 |
| Octal | 377 | 11 | 215 | 0 | 140 | 55 | 0 | 510 | 144 | 64 |
| Binary | 11111111 | 1001 | 10001101 | 0 | 1100000 | 101101 | 0 | 101001000 | 1100100 | 110100 |
Color Harmonies of #FF098D
Complementary color
Monochromatic Colors of #FF098D
Black with #FF098D
Text Example
Text Example
White with #FF098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF098D; }
p { color: rgb(255,9,141); }
H1.HeaderClassName
{
color: #FF098D;
}
.AnyTagClassName
{
color: #FF098D;
}
</style>
background-color css
<style>
a { background-color: #FF098D; }
a { background-color: rgb(255,9,141); }
div.DivClassName
{
background-color: #FF098D;
}
.BgClassName
{
background-color: #FF098D;
}
</style>
border-color css
<style>
span { border-color: #FF098D; }
span { border-color: rgb(255,9,141); }
td.TdClassName
{
border-color: #FF098D;
}
.TagClassName
{
border-color: #FF098D;
}
</style>