Shades of Spicy Pink #FA25B6
Tints of Spicy Pink #FA25B6
RGB
CMYK
RGB Variations
Color information
#FA25B6 (or 0xFA25B6) is known color: Spicy Pink. HEX triplet: FA, 25 and B6. RGB value is (250,37,182). Sum of RGB (Red+Green+Blue) = 250+37+182=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 37 (14.84% from 255 or 7.89% from 469); Blue value is 182 (71.48% from 255 or 38.81% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA25B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA25B6 is #05DA49. Grayscale: #747474. Windows color (decimal): -383562 or 11937274. OLE color: 11937274.
HSL color Cylindrical-coordinate representation of color #FA25B6: hue angle of 319.15º 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 #FA25B6 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 182 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.02 |
| HSL | 319.15º | 0.96% | 0.56% | - |
| HSV(B) | 319.15º | 0.85% | 0.98% | - |
| XYZ | 48.53 | 25.02 | 46.53 | - |
| YUV | 117.22 | 164.57 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 182 | 0 | 0.85 | 0.27 | 0.02 | 319.15 | 0.96 | 0.56 |
| Hex | FA | 25 | B6 | 0 | 55 | 1B | 2 | 13F | 60 | 38 |
| Octal | 372 | 45 | 266 | 0 | 125 | 33 | 2 | 477 | 140 | 70 |
| Binary | 11111010 | 100101 | 10110110 | 0 | 1010101 | 11011 | 10 | 100111111 | 1100000 | 111000 |
Color Harmonies of #FA25B6
Complementary color
Monochromatic Colors of #FA25B6
Black with #FA25B6
Text Example
Text Example
White with #FA25B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA25B6; }
p { color: rgb(250,37,182); }
H1.HeaderClassName
{
color: #FA25B6;
}
.AnyTagClassName
{
color: #FA25B6;
}
</style>
background-color css
<style>
a { background-color: #FA25B6; }
a { background-color: rgb(250,37,182); }
div.DivClassName
{
background-color: #FA25B6;
}
.BgClassName
{
background-color: #FA25B6;
}
</style>
border-color css
<style>
span { border-color: #FA25B6; }
span { border-color: rgb(250,37,182); }
td.TdClassName
{
border-color: #FA25B6;
}
.TagClassName
{
border-color: #FA25B6;
}
</style>