Shades of Spicy Pink #FF0BAC
Tints of Spicy Pink #FF0BAC
RGB
CMYK
RGB Variations
Color information
#FF0BAC (or 0xFF0BAC) is known color: Spicy Pink. HEX triplet: FF, 0B and AC. RGB value is (255,11,172). Sum of RGB (Red+Green+Blue) = 255+11+172=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 11 (4.69% from 255 or 2.51% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0BAC is #00F453. Grayscale: #656565. Windows color (decimal): -62548 or 11275263. OLE color: 11275263.
HSL color Cylindrical-coordinate representation of color #FF0BAC: hue angle of 320.41º 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 #FF0BAC is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 172 | - |
| CMYK | 0 | 0.96 | 0.33 | 0 |
| HSL | 320.41º | 1% | 0.52% | - |
| HSV(B) | 320.41º | 0.96% | 1% | - |
| XYZ | 48.81 | 24.48 | 41.18 | - |
| YUV | 102.31 | 167.34 | 236.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 172 | 0 | 0.96 | 0.33 | 0 | 320.41 | 1 | 0.52 |
| Hex | FF | B | AC | 0 | 60 | 21 | 0 | 140 | 64 | 34 |
| Octal | 377 | 13 | 254 | 0 | 140 | 41 | 0 | 500 | 144 | 64 |
| Binary | 11111111 | 1011 | 10101100 | 0 | 1100000 | 100001 | 0 | 101000000 | 1100100 | 110100 |
Color Harmonies of #FF0BAC
Complementary color
Monochromatic Colors of #FF0BAC
Black with #FF0BAC
Text Example
Text Example
White with #FF0BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BAC; }
p { color: rgb(255,11,172); }
H1.HeaderClassName
{
color: #FF0BAC;
}
.AnyTagClassName
{
color: #FF0BAC;
}
</style>
background-color css
<style>
a { background-color: #FF0BAC; }
a { background-color: rgb(255,11,172); }
div.DivClassName
{
background-color: #FF0BAC;
}
.BgClassName
{
background-color: #FF0BAC;
}
</style>
border-color css
<style>
span { border-color: #FF0BAC; }
span { border-color: rgb(255,11,172); }
td.TdClassName
{
border-color: #FF0BAC;
}
.TagClassName
{
border-color: #FF0BAC;
}
</style>