Shades of Spicy Pink #FA0FA7
Tints of Spicy Pink #FA0FA7
RGB
CMYK
RGB Variations
Color information
#FA0FA7 (or 0xFA0FA7) is known color: Spicy Pink. HEX triplet: FA, 0F and A7. RGB value is (250,15,167). Sum of RGB (Red+Green+Blue) = 250+15+167=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 167 (65.62% from 255 or 38.66% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FA7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0FA7 is #05F058. Grayscale: #666666. Windows color (decimal): -389209 or 10948602. OLE color: 10948602.
HSL color Cylindrical-coordinate representation of color #FA0FA7: hue angle of 321.19º 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 #FA0FA7 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 15 | 167 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.02 |
| HSL | 321.19º | 0.96% | 0.52% | - |
| HSV(B) | 321.19º | 0.94% | 0.98% | - |
| XYZ | 46.57 | 23.46 | 38.63 | - |
| YUV | 102.59 | 164.36 | 233.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 15 | 167 | 0 | 0.94 | 0.33 | 0.02 | 321.19 | 0.96 | 0.52 |
| Hex | FA | F | A7 | 0 | 5E | 21 | 2 | 141 | 60 | 34 |
| Octal | 372 | 17 | 247 | 0 | 136 | 41 | 2 | 501 | 140 | 64 |
| Binary | 11111010 | 1111 | 10100111 | 0 | 1011110 | 100001 | 10 | 101000001 | 1100000 | 110100 |
Color Harmonies of #FA0FA7
Complementary color
Monochromatic Colors of #FA0FA7
Black with #FA0FA7
Text Example
Text Example
White with #FA0FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0FA7; }
p { color: rgb(250,15,167); }
H1.HeaderClassName
{
color: #FA0FA7;
}
.AnyTagClassName
{
color: #FA0FA7;
}
</style>
background-color css
<style>
a { background-color: #FA0FA7; }
a { background-color: rgb(250,15,167); }
div.DivClassName
{
background-color: #FA0FA7;
}
.BgClassName
{
background-color: #FA0FA7;
}
</style>
border-color css
<style>
span { border-color: #FA0FA7; }
span { border-color: rgb(250,15,167); }
td.TdClassName
{
border-color: #FA0FA7;
}
.TagClassName
{
border-color: #FA0FA7;
}
</style>