Shades of Spicy Pink #FF27BC
Tints of Spicy Pink #FF27BC
RGB
CMYK
RGB Variations
Color information
#FF27BC (or 0xFF27BC) is known color: Spicy Pink. HEX triplet: FF, 27 and BC. RGB value is (255,39,188). Sum of RGB (Red+Green+Blue) = 255+39+188=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 39 (15.62% from 255 or 8.09% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF27BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF27BC is #00D843. Grayscale: #787878. Windows color (decimal): -55364 or 12331007. OLE color: 12331007.
HSL color Cylindrical-coordinate representation of color #FF27BC: hue angle of 318.61º 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 #FF27BC is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 188 | - |
| CMYK | 0 | 0.85 | 0.26 | 0 |
| HSL | 318.61º | 1% | 0.58% | - |
| HSV(B) | 318.61º | 0.85% | 1% | - |
| XYZ | 51.04 | 26.34 | 49.97 | - |
| YUV | 120.57 | 166.06 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 188 | 0 | 0.85 | 0.26 | 0 | 318.61 | 1 | 0.58 |
| Hex | FF | 27 | BC | 0 | 55 | 1A | 0 | 13F | 64 | 3A |
| Octal | 377 | 47 | 274 | 0 | 125 | 32 | 0 | 477 | 144 | 72 |
| Binary | 11111111 | 100111 | 10111100 | 0 | 1010101 | 11010 | 0 | 100111111 | 1100100 | 111010 |
Color Harmonies of #FF27BC
Complementary color
Monochromatic Colors of #FF27BC
Black with #FF27BC
Text Example
Text Example
White with #FF27BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF27BC; }
p { color: rgb(255,39,188); }
H1.HeaderClassName
{
color: #FF27BC;
}
.AnyTagClassName
{
color: #FF27BC;
}
</style>
background-color css
<style>
a { background-color: #FF27BC; }
a { background-color: rgb(255,39,188); }
div.DivClassName
{
background-color: #FF27BC;
}
.BgClassName
{
background-color: #FF27BC;
}
</style>
border-color css
<style>
span { border-color: #FF27BC; }
span { border-color: rgb(255,39,188); }
td.TdClassName
{
border-color: #FF27BC;
}
.TagClassName
{
border-color: #FF27BC;
}
</style>