Shades of Spicy Pink #FF1BAF
Tints of Spicy Pink #FF1BAF
RGB
CMYK
RGB Variations
Color information
#FF1BAF (or 0xFF1BAF) is known color: Spicy Pink. HEX triplet: FF, 1B and AF. RGB value is (255,27,175). Sum of RGB (Red+Green+Blue) = 255+27+175=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 27 (10.94% from 255 or 5.91% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1BAF is #00E450. Grayscale: #6F6F6F. Windows color (decimal): -58449 or 11475967. OLE color: 11475967.
HSL color Cylindrical-coordinate representation of color #FF1BAF: hue angle of 321.05º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1BAF is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 175 | - |
| CMYK | 0 | 0.89 | 0.31 | 0 |
| HSL | 321.05º | 1% | 0.55% | - |
| HSV(B) | 321.05º | 0.89% | 1% | - |
| XYZ | 49.37 | 25.14 | 42.81 | - |
| YUV | 112.04 | 163.54 | 229.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 175 | 0 | 0.89 | 0.31 | 0 | 321.05 | 1 | 0.55 |
| Hex | FF | 1B | AF | 0 | 59 | 1F | 0 | 141 | 64 | 37 |
| Octal | 377 | 33 | 257 | 0 | 131 | 37 | 0 | 501 | 144 | 67 |
| Binary | 11111111 | 11011 | 10101111 | 0 | 1011001 | 11111 | 0 | 101000001 | 1100100 | 110111 |
Color Harmonies of #FF1BAF
Complementary color
Monochromatic Colors of #FF1BAF
Black with #FF1BAF
Text Example
Text Example
White with #FF1BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1BAF; }
p { color: rgb(255,27,175); }
H1.HeaderClassName
{
color: #FF1BAF;
}
.AnyTagClassName
{
color: #FF1BAF;
}
</style>
background-color css
<style>
a { background-color: #FF1BAF; }
a { background-color: rgb(255,27,175); }
div.DivClassName
{
background-color: #FF1BAF;
}
.BgClassName
{
background-color: #FF1BAF;
}
</style>
border-color css
<style>
span { border-color: #FF1BAF; }
span { border-color: rgb(255,27,175); }
td.TdClassName
{
border-color: #FF1BAF;
}
.TagClassName
{
border-color: #FF1BAF;
}
</style>