Shades of Deep Pink #FF0B8A
Tints of Deep Pink #FF0B8A
RGB
CMYK
RGB Variations
Color information
#FF0B8A (or 0xFF0B8A) is known color: Deep Pink. HEX triplet: FF, 0B and 8A. RGB value is (255,11,138). Sum of RGB (Red+Green+Blue) = 255+11+138=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0B8A is #00F475. Grayscale: #626262. Windows color (decimal): -62582 or 9047039. OLE color: 9047039.
HSL color Cylindrical-coordinate representation of color #FF0B8A: hue angle of 328.77º 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 #FF0B8A is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 138 | - |
| CMYK | 0 | 0.96 | 0.46 | 0 |
| HSL | 328.77º | 1% | 0.52% | - |
| HSV(B) | 328.77º | 0.96% | 1% | - |
| XYZ | 45.95 | 23.33 | 26.13 | - |
| YUV | 98.43 | 150.34 | 239.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 138 | 0 | 0.96 | 0.46 | 0 | 328.77 | 1 | 0.52 |
| Hex | FF | B | 8A | 0 | 60 | 2E | 0 | 149 | 64 | 34 |
| Octal | 377 | 13 | 212 | 0 | 140 | 56 | 0 | 511 | 144 | 64 |
| Binary | 11111111 | 1011 | 10001010 | 0 | 1100000 | 101110 | 0 | 101001001 | 1100100 | 110100 |
Color Harmonies of #FF0B8A
Complementary color
Monochromatic Colors of #FF0B8A
Black with #FF0B8A
Text Example
Text Example
White with #FF0B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B8A; }
p { color: rgb(255,11,138); }
H1.HeaderClassName
{
color: #FF0B8A;
}
.AnyTagClassName
{
color: #FF0B8A;
}
</style>
background-color css
<style>
a { background-color: #FF0B8A; }
a { background-color: rgb(255,11,138); }
div.DivClassName
{
background-color: #FF0B8A;
}
.BgClassName
{
background-color: #FF0B8A;
}
</style>
border-color css
<style>
span { border-color: #FF0B8A; }
span { border-color: rgb(255,11,138); }
td.TdClassName
{
border-color: #FF0B8A;
}
.TagClassName
{
border-color: #FF0B8A;
}
</style>