Shades of Spicy Pink #FF27BB
Tints of Spicy Pink #FF27BB
RGB
CMYK
RGB Variations
Color information
#FF27BB (or 0xFF27BB) is known color: Spicy Pink. HEX triplet: FF, 27 and BB. RGB value is (255,39,187). Sum of RGB (Red+Green+Blue) = 255+39+187=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 39 (15.62% from 255 or 8.11% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF27BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF27BB is #00D844. Grayscale: #787878. Windows color (decimal): -55365 or 12265471. OLE color: 12265471.
HSL color Cylindrical-coordinate representation of color #FF27BB: hue angle of 318.89º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF27BB is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 187 | - |
| CMYK | 0 | 0.85 | 0.27 | 0 |
| HSL | 318.89º | 1% | 0.58% | - |
| HSV(B) | 318.89º | 0.85% | 1% | - |
| XYZ | 50.94 | 26.3 | 49.41 | - |
| YUV | 120.46 | 165.56 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 187 | 0 | 0.85 | 0.27 | 0 | 318.89 | 1 | 0.58 |
| Hex | FF | 27 | BB | 0 | 55 | 1B | 0 | 13F | 64 | 3A |
| Octal | 377 | 47 | 273 | 0 | 125 | 33 | 0 | 477 | 144 | 72 |
| Binary | 11111111 | 100111 | 10111011 | 0 | 1010101 | 11011 | 0 | 100111111 | 1100100 | 111010 |
Color Harmonies of #FF27BB
Complementary color
Monochromatic Colors of #FF27BB
Black with #FF27BB
Text Example
Text Example
White with #FF27BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF27BB; }
p { color: rgb(255,39,187); }
H1.HeaderClassName
{
color: #FF27BB;
}
.AnyTagClassName
{
color: #FF27BB;
}
</style>
background-color css
<style>
a { background-color: #FF27BB; }
a { background-color: rgb(255,39,187); }
div.DivClassName
{
background-color: #FF27BB;
}
.BgClassName
{
background-color: #FF27BB;
}
</style>
border-color css
<style>
span { border-color: #FF27BB; }
span { border-color: rgb(255,39,187); }
td.TdClassName
{
border-color: #FF27BB;
}
.TagClassName
{
border-color: #FF27BB;
}
</style>