Shades of Spicy Pink #FA25BC
Tints of Spicy Pink #FA25BC
RGB
CMYK
RGB Variations
Color information
#FA25BC (or 0xFA25BC) is known color: Spicy Pink. HEX triplet: FA, 25 and BC. RGB value is (250,37,188). Sum of RGB (Red+Green+Blue) = 250+37+188=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 37 (14.84% from 255 or 7.79% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA25BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA25BC is #05DA43. Grayscale: #757575. Windows color (decimal): -383556 or 12330490. OLE color: 12330490.
HSL color Cylindrical-coordinate representation of color #FA25BC: hue angle of 317.46º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA25BC is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 188 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.02 |
| HSL | 317.46º | 0.96% | 0.56% | - |
| HSV(B) | 317.46º | 0.85% | 0.98% | - |
| XYZ | 49.16 | 25.28 | 49.86 | - |
| YUV | 117.9 | 167.57 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 188 | 0 | 0.85 | 0.25 | 0.02 | 317.46 | 0.96 | 0.56 |
| Hex | FA | 25 | BC | 0 | 55 | 19 | 2 | 13D | 60 | 38 |
| Octal | 372 | 45 | 274 | 0 | 125 | 31 | 2 | 475 | 140 | 70 |
| Binary | 11111010 | 100101 | 10111100 | 0 | 1010101 | 11001 | 10 | 100111101 | 1100000 | 111000 |
Color Harmonies of #FA25BC
Complementary color
Monochromatic Colors of #FA25BC
Black with #FA25BC
Text Example
Text Example
White with #FA25BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA25BC; }
p { color: rgb(250,37,188); }
H1.HeaderClassName
{
color: #FA25BC;
}
.AnyTagClassName
{
color: #FA25BC;
}
</style>
background-color css
<style>
a { background-color: #FA25BC; }
a { background-color: rgb(250,37,188); }
div.DivClassName
{
background-color: #FA25BC;
}
.BgClassName
{
background-color: #FA25BC;
}
</style>
border-color css
<style>
span { border-color: #FA25BC; }
span { border-color: rgb(250,37,188); }
td.TdClassName
{
border-color: #FA25BC;
}
.TagClassName
{
border-color: #FA25BC;
}
</style>