Shades of Spicy Pink #FA10B0
Tints of Spicy Pink #FA10B0
RGB
CMYK
RGB Variations
Color information
#FA10B0 (or 0xFA10B0) is known color: Spicy Pink. HEX triplet: FA, 10 and B0. RGB value is (250,16,176). Sum of RGB (Red+Green+Blue) = 250+16+176=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 16 (6.64% from 255 or 3.62% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA10B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA10B0 is #05EF4F. Grayscale: #676767. Windows color (decimal): -388944 or 11538682. OLE color: 11538682.
HSL color Cylindrical-coordinate representation of color #FA10B0: hue angle of 318.97º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA10B0 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 176 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.02 |
| HSL | 318.97º | 0.96% | 0.52% | - |
| HSV(B) | 318.97º | 0.94% | 0.98% | - |
| XYZ | 47.45 | 23.83 | 43.17 | - |
| YUV | 104.21 | 168.52 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 176 | 0 | 0.94 | 0.30 | 0.02 | 318.97 | 0.96 | 0.52 |
| Hex | FA | 10 | B0 | 0 | 5E | 1E | 2 | 13F | 60 | 34 |
| Octal | 372 | 20 | 260 | 0 | 136 | 36 | 2 | 477 | 140 | 64 |
| Binary | 11111010 | 10000 | 10110000 | 0 | 1011110 | 11110 | 10 | 100111111 | 1100000 | 110100 |
Color Harmonies of #FA10B0
Complementary color
Monochromatic Colors of #FA10B0
Black with #FA10B0
Text Example
Text Example
White with #FA10B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA10B0; }
p { color: rgb(250,16,176); }
H1.HeaderClassName
{
color: #FA10B0;
}
.AnyTagClassName
{
color: #FA10B0;
}
</style>
background-color css
<style>
a { background-color: #FA10B0; }
a { background-color: rgb(250,16,176); }
div.DivClassName
{
background-color: #FA10B0;
}
.BgClassName
{
background-color: #FA10B0;
}
</style>
border-color css
<style>
span { border-color: #FA10B0; }
span { border-color: rgb(250,16,176); }
td.TdClassName
{
border-color: #FA10B0;
}
.TagClassName
{
border-color: #FA10B0;
}
</style>