Shades of Spicy Pink #FA0BAF
Tints of Spicy Pink #FA0BAF
RGB
CMYK
RGB Variations
Color information
#FA0BAF (or 0xFA0BAF) is known color: Spicy Pink. HEX triplet: FA, 0B and AF. RGB value is (250,11,175). Sum of RGB (Red+Green+Blue) = 250+11+175=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0BAF is #05F450. Grayscale: #646464. Windows color (decimal): -390225 or 11471866. OLE color: 11471866.
HSL color Cylindrical-coordinate representation of color #FA0BAF: hue angle of 318.83º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0BAF is Cyan = 0, Magento = 0.96, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 175 | - |
| CMYK | 0 | 0.96 | 0.3 | 0.02 |
| HSL | 318.83º | 0.96% | 0.51% | - |
| HSV(B) | 318.83º | 0.96% | 0.98% | - |
| XYZ | 47.28 | 23.66 | 42.63 | - |
| YUV | 101.16 | 169.68 | 234.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 175 | 0 | 0.96 | 0.3 | 0.02 | 318.83 | 0.96 | 0.51 |
| Hex | FA | B | AF | 0 | 60 | 1E | 2 | 13F | 60 | 33 |
| Octal | 372 | 13 | 257 | 0 | 140 | 36 | 2 | 477 | 140 | 63 |
| Binary | 11111010 | 1011 | 10101111 | 0 | 1100000 | 11110 | 10 | 100111111 | 1100000 | 110011 |
Color Harmonies of #FA0BAF
Complementary color
Monochromatic Colors of #FA0BAF
Black with #FA0BAF
Text Example
Text Example
White with #FA0BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0BAF; }
p { color: rgb(250,11,175); }
H1.HeaderClassName
{
color: #FA0BAF;
}
.AnyTagClassName
{
color: #FA0BAF;
}
</style>
background-color css
<style>
a { background-color: #FA0BAF; }
a { background-color: rgb(250,11,175); }
div.DivClassName
{
background-color: #FA0BAF;
}
.BgClassName
{
background-color: #FA0BAF;
}
</style>
border-color css
<style>
span { border-color: #FA0BAF; }
span { border-color: rgb(250,11,175); }
td.TdClassName
{
border-color: #FA0BAF;
}
.TagClassName
{
border-color: #FA0BAF;
}
</style>