Shades of Persian Rose #FA21A0
Tints of Persian Rose #FA21A0
RGB
CMYK
RGB Variations
Color information
#FA21A0 (or 0xFA21A0) is known color: Persian Rose. HEX triplet: FA, 21 and A0. RGB value is (250,33,160). Sum of RGB (Red+Green+Blue) = 250+33+160=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 33 (13.28% from 255 or 7.45% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA21A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA21A0 is #05DE5F. Grayscale: #707070. Windows color (decimal): -384608 or 10494458. OLE color: 10494458.
HSL color Cylindrical-coordinate representation of color #FA21A0: hue angle of 324.88º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA21A0 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 160 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.02 |
| HSL | 324.88º | 0.96% | 0.55% | - |
| HSV(B) | 324.88º | 0.87% | 0.98% | - |
| XYZ | 46.31 | 23.95 | 35.44 | - |
| YUV | 112.36 | 154.89 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 160 | 0 | 0.87 | 0.36 | 0.02 | 324.88 | 0.96 | 0.55 |
| Hex | FA | 21 | A0 | 0 | 57 | 24 | 2 | 145 | 60 | 37 |
| Octal | 372 | 41 | 240 | 0 | 127 | 44 | 2 | 505 | 140 | 67 |
| Binary | 11111010 | 100001 | 10100000 | 0 | 1010111 | 100100 | 10 | 101000101 | 1100000 | 110111 |
Color Harmonies of #FA21A0
Complementary color
Monochromatic Colors of #FA21A0
Black with #FA21A0
Text Example
Text Example
White with #FA21A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA21A0; }
p { color: rgb(250,33,160); }
H1.HeaderClassName
{
color: #FA21A0;
}
.AnyTagClassName
{
color: #FA21A0;
}
</style>
background-color css
<style>
a { background-color: #FA21A0; }
a { background-color: rgb(250,33,160); }
div.DivClassName
{
background-color: #FA21A0;
}
.BgClassName
{
background-color: #FA21A0;
}
</style>
border-color css
<style>
span { border-color: #FA21A0; }
span { border-color: rgb(250,33,160); }
td.TdClassName
{
border-color: #FA21A0;
}
.TagClassName
{
border-color: #FA21A0;
}
</style>