Shades of Spicy Pink #FA14B2
Tints of Spicy Pink #FA14B2
RGB
CMYK
RGB Variations
Color information
#FA14B2 (or 0xFA14B2) is known color: Spicy Pink. HEX triplet: FA, 14 and B2. RGB value is (250,20,178). Sum of RGB (Red+Green+Blue) = 250+20+178=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 20 (8.20% from 255 or 4.46% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA14B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA14B2 is #05EB4D. Grayscale: #6A6A6A. Windows color (decimal): -387918 or 11670778. OLE color: 11670778.
HSL color Cylindrical-coordinate representation of color #FA14B2: hue angle of 318.78º 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 #FA14B2 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 178 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.02 |
| HSL | 318.78º | 0.96% | 0.53% | - |
| HSV(B) | 318.78º | 0.92% | 0.98% | - |
| XYZ | 47.71 | 24.04 | 44.24 | - |
| YUV | 106.78 | 168.2 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 178 | 0 | 0.92 | 0.29 | 0.02 | 318.78 | 0.96 | 0.53 |
| Hex | FA | 14 | B2 | 0 | 5C | 1D | 2 | 13F | 60 | 35 |
| Octal | 372 | 24 | 262 | 0 | 134 | 35 | 2 | 477 | 140 | 65 |
| Binary | 11111010 | 10100 | 10110010 | 0 | 1011100 | 11101 | 10 | 100111111 | 1100000 | 110101 |
Color Harmonies of #FA14B2
Complementary color
Monochromatic Colors of #FA14B2
Black with #FA14B2
Text Example
Text Example
White with #FA14B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA14B2; }
p { color: rgb(250,20,178); }
H1.HeaderClassName
{
color: #FA14B2;
}
.AnyTagClassName
{
color: #FA14B2;
}
</style>
background-color css
<style>
a { background-color: #FA14B2; }
a { background-color: rgb(250,20,178); }
div.DivClassName
{
background-color: #FA14B2;
}
.BgClassName
{
background-color: #FA14B2;
}
</style>
border-color css
<style>
span { border-color: #FA14B2; }
span { border-color: rgb(250,20,178); }
td.TdClassName
{
border-color: #FA14B2;
}
.TagClassName
{
border-color: #FA14B2;
}
</style>