Shades of Spicy Pink #FA1BB6
Tints of Spicy Pink #FA1BB6
RGB
CMYK
RGB Variations
Color information
#FA1BB6 (or 0xFA1BB6) is known color: Spicy Pink. HEX triplet: FA, 1B and B6. RGB value is (250,27,182). Sum of RGB (Red+Green+Blue) = 250+27+182=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 27 (10.94% from 255 or 5.88% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1BB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1BB6 is #05E449. Grayscale: #6E6E6E. Windows color (decimal): -386122 or 11934714. OLE color: 11934714.
HSL color Cylindrical-coordinate representation of color #FA1BB6: hue angle of 318.3º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1BB6 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 27 | 182 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.02 |
| HSL | 318.3º | 0.96% | 0.54% | - |
| HSV(B) | 318.3º | 0.89% | 0.98% | - |
| XYZ | 48.26 | 24.49 | 46.44 | - |
| YUV | 111.35 | 167.88 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 27 | 182 | 0 | 0.89 | 0.27 | 0.02 | 318.3 | 0.96 | 0.54 |
| Hex | FA | 1B | B6 | 0 | 59 | 1B | 2 | 13E | 60 | 36 |
| Octal | 372 | 33 | 266 | 0 | 131 | 33 | 2 | 476 | 140 | 66 |
| Binary | 11111010 | 11011 | 10110110 | 0 | 1011001 | 11011 | 10 | 100111110 | 1100000 | 110110 |
Color Harmonies of #FA1BB6
Complementary color
Monochromatic Colors of #FA1BB6
Black with #FA1BB6
Text Example
Text Example
White with #FA1BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1BB6; }
p { color: rgb(250,27,182); }
H1.HeaderClassName
{
color: #FA1BB6;
}
.AnyTagClassName
{
color: #FA1BB6;
}
</style>
background-color css
<style>
a { background-color: #FA1BB6; }
a { background-color: rgb(250,27,182); }
div.DivClassName
{
background-color: #FA1BB6;
}
.BgClassName
{
background-color: #FA1BB6;
}
</style>
border-color css
<style>
span { border-color: #FA1BB6; }
span { border-color: rgb(250,27,182); }
td.TdClassName
{
border-color: #FA1BB6;
}
.TagClassName
{
border-color: #FA1BB6;
}
</style>