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