Shades of Persian Rose #FA219E
Tints of Persian Rose #FA219E
RGB
CMYK
RGB Variations
Color information
#FA219E (or 0xFA219E) is known color: Persian Rose. HEX triplet: FA, 21 and 9E. RGB value is (250,33,158). Sum of RGB (Red+Green+Blue) = 250+33+158=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 33 (13.28% from 255 or 7.48% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA219E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA219E is #05DE61. Grayscale: #6F6F6F. Windows color (decimal): -384610 or 10363386. OLE color: 10363386.
HSL color Cylindrical-coordinate representation of color #FA219E: hue angle of 325.44º 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 #FA219E is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 158 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.02 |
| HSL | 325.44º | 0.96% | 0.55% | - |
| HSV(B) | 325.44º | 0.87% | 0.98% | - |
| XYZ | 46.14 | 23.88 | 34.53 | - |
| YUV | 112.13 | 153.89 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 158 | 0 | 0.87 | 0.37 | 0.02 | 325.44 | 0.96 | 0.55 |
| Hex | FA | 21 | 9E | 0 | 57 | 25 | 2 | 145 | 60 | 37 |
| Octal | 372 | 41 | 236 | 0 | 127 | 45 | 2 | 505 | 140 | 67 |
| Binary | 11111010 | 100001 | 10011110 | 0 | 1010111 | 100101 | 10 | 101000101 | 1100000 | 110111 |
Color Harmonies of #FA219E
Complementary color
Monochromatic Colors of #FA219E
Black with #FA219E
Text Example
Text Example
White with #FA219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA219E; }
p { color: rgb(250,33,158); }
H1.HeaderClassName
{
color: #FA219E;
}
.AnyTagClassName
{
color: #FA219E;
}
</style>
background-color css
<style>
a { background-color: #FA219E; }
a { background-color: rgb(250,33,158); }
div.DivClassName
{
background-color: #FA219E;
}
.BgClassName
{
background-color: #FA219E;
}
</style>
border-color css
<style>
span { border-color: #FA219E; }
span { border-color: rgb(250,33,158); }
td.TdClassName
{
border-color: #FA219E;
}
.TagClassName
{
border-color: #FA219E;
}
</style>