Shades of Spicy Pink #FA13B2
Tints of Spicy Pink #FA13B2
RGB
CMYK
RGB Variations
Color information
#FA13B2 (or 0xFA13B2) is known color: Spicy Pink. HEX triplet: FA, 13 and B2. RGB value is (250,19,178). Sum of RGB (Red+Green+Blue) = 250+19+178=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA13B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA13B2 is #05EC4D. Grayscale: #696969. Windows color (decimal): -388174 or 11670522. OLE color: 11670522.
HSL color Cylindrical-coordinate representation of color #FA13B2: hue angle of 318.7º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA13B2 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 178 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.02 |
| HSL | 318.7º | 0.96% | 0.53% | - |
| HSV(B) | 318.7º | 0.92% | 0.98% | - |
| XYZ | 47.69 | 24 | 44.24 | - |
| YUV | 106.2 | 168.53 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 178 | 0 | 0.92 | 0.29 | 0.02 | 318.7 | 0.96 | 0.53 |
| Hex | FA | 13 | B2 | 0 | 5C | 1D | 2 | 13F | 60 | 35 |
| Octal | 372 | 23 | 262 | 0 | 134 | 35 | 2 | 477 | 140 | 65 |
| Binary | 11111010 | 10011 | 10110010 | 0 | 1011100 | 11101 | 10 | 100111111 | 1100000 | 110101 |
Color Harmonies of #FA13B2
Complementary color
Monochromatic Colors of #FA13B2
Black with #FA13B2
Text Example
Text Example
White with #FA13B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA13B2; }
p { color: rgb(250,19,178); }
H1.HeaderClassName
{
color: #FA13B2;
}
.AnyTagClassName
{
color: #FA13B2;
}
</style>
background-color css
<style>
a { background-color: #FA13B2; }
a { background-color: rgb(250,19,178); }
div.DivClassName
{
background-color: #FA13B2;
}
.BgClassName
{
background-color: #FA13B2;
}
</style>
border-color css
<style>
span { border-color: #FA13B2; }
span { border-color: rgb(250,19,178); }
td.TdClassName
{
border-color: #FA13B2;
}
.TagClassName
{
border-color: #FA13B2;
}
</style>