Shades of Spicy Pink #FA27BC
Tints of Spicy Pink #FA27BC
RGB
CMYK
RGB Variations
Color information
#FA27BC (or 0xFA27BC) is known color: Spicy Pink. HEX triplet: FA, 27 and BC. RGB value is (250,39,188). Sum of RGB (Red+Green+Blue) = 250+39+188=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 39 (15.62% from 255 or 8.18% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA27BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA27BC is #05D843. Grayscale: #767676. Windows color (decimal): -383044 or 12331002. OLE color: 12331002.
HSL color Cylindrical-coordinate representation of color #FA27BC: hue angle of 317.63º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA27BC is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 188 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.02 |
| HSL | 317.63º | 0.95% | 0.57% | - |
| HSV(B) | 317.63º | 0.84% | 0.98% | - |
| XYZ | 49.23 | 25.41 | 49.89 | - |
| YUV | 119.08 | 166.9 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 188 | 0 | 0.84 | 0.25 | 0.02 | 317.63 | 0.95 | 0.57 |
| Hex | FA | 27 | BC | 0 | 54 | 19 | 2 | 13E | 5F | 39 |
| Octal | 372 | 47 | 274 | 0 | 124 | 31 | 2 | 476 | 137 | 71 |
| Binary | 11111010 | 100111 | 10111100 | 0 | 1010100 | 11001 | 10 | 100111110 | 1011111 | 111001 |
Color Harmonies of #FA27BC
Complementary color
Monochromatic Colors of #FA27BC
Black with #FA27BC
Text Example
Text Example
White with #FA27BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA27BC; }
p { color: rgb(250,39,188); }
H1.HeaderClassName
{
color: #FA27BC;
}
.AnyTagClassName
{
color: #FA27BC;
}
</style>
background-color css
<style>
a { background-color: #FA27BC; }
a { background-color: rgb(250,39,188); }
div.DivClassName
{
background-color: #FA27BC;
}
.BgClassName
{
background-color: #FA27BC;
}
</style>
border-color css
<style>
span { border-color: #FA27BC; }
span { border-color: rgb(250,39,188); }
td.TdClassName
{
border-color: #FA27BC;
}
.TagClassName
{
border-color: #FA27BC;
}
</style>