Shades of Deep Pink #FF098C
Tints of Deep Pink #FF098C
RGB
CMYK
RGB Variations
Color information
#FF098C (or 0xFF098C) is known color: Deep Pink. HEX triplet: FF, 09 and 8C. RGB value is (255,9,140). Sum of RGB (Red+Green+Blue) = 255+9+140=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF098C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF098C is #00F673. Grayscale: #616161. Windows color (decimal): -63092 or 9177599. OLE color: 9177599.
HSL color Cylindrical-coordinate representation of color #FF098C: hue angle of 328.05º 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 #FF098C is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 140 | - |
| CMYK | 0 | 0.96 | 0.45 | 0 |
| HSL | 328.05º | 1% | 0.52% | - |
| HSV(B) | 328.05º | 0.96% | 1% | - |
| XYZ | 46.07 | 23.35 | 26.89 | - |
| YUV | 97.49 | 152 | 240.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 140 | 0 | 0.96 | 0.45 | 0 | 328.05 | 1 | 0.52 |
| Hex | FF | 9 | 8C | 0 | 60 | 2D | 0 | 148 | 64 | 34 |
| Octal | 377 | 11 | 214 | 0 | 140 | 55 | 0 | 510 | 144 | 64 |
| Binary | 11111111 | 1001 | 10001100 | 0 | 1100000 | 101101 | 0 | 101001000 | 1100100 | 110100 |
Color Harmonies of #FF098C
Complementary color
Monochromatic Colors of #FF098C
Black with #FF098C
Text Example
Text Example
White with #FF098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF098C; }
p { color: rgb(255,9,140); }
H1.HeaderClassName
{
color: #FF098C;
}
.AnyTagClassName
{
color: #FF098C;
}
</style>
background-color css
<style>
a { background-color: #FF098C; }
a { background-color: rgb(255,9,140); }
div.DivClassName
{
background-color: #FF098C;
}
.BgClassName
{
background-color: #FF098C;
}
</style>
border-color css
<style>
span { border-color: #FF098C; }
span { border-color: rgb(255,9,140); }
td.TdClassName
{
border-color: #FF098C;
}
.TagClassName
{
border-color: #FF098C;
}
</style>