Shades of Spicy Pink #FA0BAE
Tints of Spicy Pink #FA0BAE
RGB
CMYK
RGB Variations
Color information
#FA0BAE (or 0xFA0BAE) is known color: Spicy Pink. HEX triplet: FA, 0B and AE. RGB value is (250,11,174). Sum of RGB (Red+Green+Blue) = 250+11+174=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 11 (4.69% from 255 or 2.53% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0BAE is #05F451. Grayscale: #646464. Windows color (decimal): -390226 or 11406330. OLE color: 11406330.
HSL color Cylindrical-coordinate representation of color #FA0BAE: hue angle of 319.08º 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 #FA0BAE is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 174 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.02 |
| HSL | 319.08º | 0.96% | 0.51% | - |
| HSV(B) | 319.08º | 0.96% | 0.98% | - |
| XYZ | 47.18 | 23.62 | 42.12 | - |
| YUV | 101.04 | 169.18 | 234.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 174 | 0 | 0.96 | 0.30 | 0.02 | 319.08 | 0.96 | 0.51 |
| Hex | FA | B | AE | 0 | 60 | 1E | 2 | 13F | 60 | 33 |
| Octal | 372 | 13 | 256 | 0 | 140 | 36 | 2 | 477 | 140 | 63 |
| Binary | 11111010 | 1011 | 10101110 | 0 | 1100000 | 11110 | 10 | 100111111 | 1100000 | 110011 |
Color Harmonies of #FA0BAE
Complementary color
Monochromatic Colors of #FA0BAE
Black with #FA0BAE
Text Example
Text Example
White with #FA0BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0BAE; }
p { color: rgb(250,11,174); }
H1.HeaderClassName
{
color: #FA0BAE;
}
.AnyTagClassName
{
color: #FA0BAE;
}
</style>
background-color css
<style>
a { background-color: #FA0BAE; }
a { background-color: rgb(250,11,174); }
div.DivClassName
{
background-color: #FA0BAE;
}
.BgClassName
{
background-color: #FA0BAE;
}
</style>
border-color css
<style>
span { border-color: #FA0BAE; }
span { border-color: rgb(250,11,174); }
td.TdClassName
{
border-color: #FA0BAE;
}
.TagClassName
{
border-color: #FA0BAE;
}
</style>