Shades of Spicy Pink #FA1FBC
Tints of Spicy Pink #FA1FBC
RGB
CMYK
RGB Variations
Color information
#FA1FBC (or 0xFA1FBC) is known color: Spicy Pink. HEX triplet: FA, 1F and BC. RGB value is (250,31,188). Sum of RGB (Red+Green+Blue) = 250+31+188=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 31 (12.5% from 255 or 6.61% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1FBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1FBC is #05E043. Grayscale: #717171. Windows color (decimal): -385092 or 12328954. OLE color: 12328954.
HSL color Cylindrical-coordinate representation of color #FA1FBC: hue angle of 316.99º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1FBC is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 31 | 188 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.02 |
| HSL | 316.99º | 0.96% | 0.55% | - |
| HSV(B) | 316.99º | 0.88% | 0.98% | - |
| XYZ | 48.99 | 24.93 | 49.81 | - |
| YUV | 114.38 | 169.55 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 31 | 188 | 0 | 0.88 | 0.25 | 0.02 | 316.99 | 0.96 | 0.55 |
| Hex | FA | 1F | BC | 0 | 58 | 19 | 2 | 13D | 60 | 37 |
| Octal | 372 | 37 | 274 | 0 | 130 | 31 | 2 | 475 | 140 | 67 |
| Binary | 11111010 | 11111 | 10111100 | 0 | 1011000 | 11001 | 10 | 100111101 | 1100000 | 110111 |
Color Harmonies of #FA1FBC
Complementary color
Monochromatic Colors of #FA1FBC
Black with #FA1FBC
Text Example
Text Example
White with #FA1FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1FBC; }
p { color: rgb(250,31,188); }
H1.HeaderClassName
{
color: #FA1FBC;
}
.AnyTagClassName
{
color: #FA1FBC;
}
</style>
background-color css
<style>
a { background-color: #FA1FBC; }
a { background-color: rgb(250,31,188); }
div.DivClassName
{
background-color: #FA1FBC;
}
.BgClassName
{
background-color: #FA1FBC;
}
</style>
border-color css
<style>
span { border-color: #FA1FBC; }
span { border-color: rgb(250,31,188); }
td.TdClassName
{
border-color: #FA1FBC;
}
.TagClassName
{
border-color: #FA1FBC;
}
</style>