Shades of Spicy Pink #FA30B7
Tints of Spicy Pink #FA30B7
RGB
CMYK
RGB Variations
Color information
#FA30B7 (or 0xFA30B7) is known color: Spicy Pink. HEX triplet: FA, 30 and B7. RGB value is (250,48,183). Sum of RGB (Red+Green+Blue) = 250+48+183=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA30B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA30B7 is #05CF48. Grayscale: #7B7B7B. Windows color (decimal): -380745 or 12005626. OLE color: 12005626.
HSL color Cylindrical-coordinate representation of color #FA30B7: hue angle of 319.9º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA30B7 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 183 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.02 |
| HSL | 319.9º | 0.95% | 0.58% | - |
| HSV(B) | 319.9º | 0.81% | 0.98% | - |
| XYZ | 49.03 | 25.86 | 47.21 | - |
| YUV | 123.79 | 161.42 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 183 | 0 | 0.81 | 0.27 | 0.02 | 319.9 | 0.95 | 0.58 |
| Hex | FA | 30 | B7 | 0 | 51 | 1B | 2 | 140 | 5F | 3A |
| Octal | 372 | 60 | 267 | 0 | 121 | 33 | 2 | 500 | 137 | 72 |
| Binary | 11111010 | 110000 | 10110111 | 0 | 1010001 | 11011 | 10 | 101000000 | 1011111 | 111010 |
Color Harmonies of #FA30B7
Complementary color
Monochromatic Colors of #FA30B7
Black with #FA30B7
Text Example
Text Example
White with #FA30B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA30B7; }
p { color: rgb(250,48,183); }
H1.HeaderClassName
{
color: #FA30B7;
}
.AnyTagClassName
{
color: #FA30B7;
}
</style>
background-color css
<style>
a { background-color: #FA30B7; }
a { background-color: rgb(250,48,183); }
div.DivClassName
{
background-color: #FA30B7;
}
.BgClassName
{
background-color: #FA30B7;
}
</style>
border-color css
<style>
span { border-color: #FA30B7; }
span { border-color: rgb(250,48,183); }
td.TdClassName
{
border-color: #FA30B7;
}
.TagClassName
{
border-color: #FA30B7;
}
</style>