Shades of Deep Pink #FF098A
Tints of Deep Pink #FF098A
RGB
CMYK
RGB Variations
Color information
#FF098A (or 0xFF098A) is known color: Deep Pink. HEX triplet: FF, 09 and 8A. RGB value is (255,9,138). Sum of RGB (Red+Green+Blue) = 255+9+138=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF098A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF098A is #00F675. Grayscale: #606060. Windows color (decimal): -63094 or 9046527. OLE color: 9046527.
HSL color Cylindrical-coordinate representation of color #FF098A: hue angle of 328.54º 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 #FF098A is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 138 | - |
| CMYK | 0 | 0.96 | 0.46 | 0 |
| HSL | 328.54º | 1% | 0.52% | - |
| HSV(B) | 328.54º | 0.96% | 1% | - |
| XYZ | 45.93 | 23.29 | 26.12 | - |
| YUV | 97.26 | 151 | 240.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 138 | 0 | 0.96 | 0.46 | 0 | 328.54 | 1 | 0.52 |
| Hex | FF | 9 | 8A | 0 | 60 | 2E | 0 | 149 | 64 | 34 |
| Octal | 377 | 11 | 212 | 0 | 140 | 56 | 0 | 511 | 144 | 64 |
| Binary | 11111111 | 1001 | 10001010 | 0 | 1100000 | 101110 | 0 | 101001001 | 1100100 | 110100 |
Color Harmonies of #FF098A
Complementary color
Monochromatic Colors of #FF098A
Black with #FF098A
Text Example
Text Example
White with #FF098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF098A; }
p { color: rgb(255,9,138); }
H1.HeaderClassName
{
color: #FF098A;
}
.AnyTagClassName
{
color: #FF098A;
}
</style>
background-color css
<style>
a { background-color: #FF098A; }
a { background-color: rgb(255,9,138); }
div.DivClassName
{
background-color: #FF098A;
}
.BgClassName
{
background-color: #FF098A;
}
</style>
border-color css
<style>
span { border-color: #FF098A; }
span { border-color: rgb(255,9,138); }
td.TdClassName
{
border-color: #FF098A;
}
.TagClassName
{
border-color: #FF098A;
}
</style>