Shades of Spicy Pink #FA14B0
Tints of Spicy Pink #FA14B0
RGB
CMYK
RGB Variations
Color information
#FA14B0 (or 0xFA14B0) is known color: Spicy Pink. HEX triplet: FA, 14 and B0. RGB value is (250,20,176). Sum of RGB (Red+Green+Blue) = 250+20+176=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 20 (8.20% from 255 or 4.48% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA14B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA14B0 is #05EB4F. Grayscale: #6A6A6A. Windows color (decimal): -387920 or 11539706. OLE color: 11539706.
HSL color Cylindrical-coordinate representation of color #FA14B0: hue angle of 319.3º 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 #FA14B0 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 176 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.02 |
| HSL | 319.3º | 0.96% | 0.53% | - |
| HSV(B) | 319.3º | 0.92% | 0.98% | - |
| XYZ | 47.51 | 23.96 | 43.19 | - |
| YUV | 106.55 | 167.2 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 176 | 0 | 0.92 | 0.30 | 0.02 | 319.3 | 0.96 | 0.53 |
| Hex | FA | 14 | B0 | 0 | 5C | 1E | 2 | 13F | 60 | 35 |
| Octal | 372 | 24 | 260 | 0 | 134 | 36 | 2 | 477 | 140 | 65 |
| Binary | 11111010 | 10100 | 10110000 | 0 | 1011100 | 11110 | 10 | 100111111 | 1100000 | 110101 |
Color Harmonies of #FA14B0
Complementary color
Monochromatic Colors of #FA14B0
Black with #FA14B0
Text Example
Text Example
White with #FA14B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA14B0; }
p { color: rgb(250,20,176); }
H1.HeaderClassName
{
color: #FA14B0;
}
.AnyTagClassName
{
color: #FA14B0;
}
</style>
background-color css
<style>
a { background-color: #FA14B0; }
a { background-color: rgb(250,20,176); }
div.DivClassName
{
background-color: #FA14B0;
}
.BgClassName
{
background-color: #FA14B0;
}
</style>
border-color css
<style>
span { border-color: #FA14B0; }
span { border-color: rgb(250,20,176); }
td.TdClassName
{
border-color: #FA14B0;
}
.TagClassName
{
border-color: #FA14B0;
}
</style>