Shades of Persian Rose #FA209E
Tints of Persian Rose #FA209E
RGB
CMYK
RGB Variations
Color information
#FA209E (or 0xFA209E) is known color: Persian Rose. HEX triplet: FA, 20 and 9E. RGB value is (250,32,158). Sum of RGB (Red+Green+Blue) = 250+32+158=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA209E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA209E is #05DF61. Grayscale: #6F6F6F. Windows color (decimal): -384866 or 10363130. OLE color: 10363130.
HSL color Cylindrical-coordinate representation of color #FA209E: hue angle of 325.32º 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 #FA209E is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 158 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.02 |
| HSL | 325.32º | 0.96% | 0.55% | - |
| HSV(B) | 325.32º | 0.87% | 0.98% | - |
| XYZ | 46.11 | 23.83 | 34.52 | - |
| YUV | 111.55 | 154.22 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 158 | 0 | 0.87 | 0.37 | 0.02 | 325.32 | 0.96 | 0.55 |
| Hex | FA | 20 | 9E | 0 | 57 | 25 | 2 | 145 | 60 | 37 |
| Octal | 372 | 40 | 236 | 0 | 127 | 45 | 2 | 505 | 140 | 67 |
| Binary | 11111010 | 100000 | 10011110 | 0 | 1010111 | 100101 | 10 | 101000101 | 1100000 | 110111 |
Color Harmonies of #FA209E
Complementary color
Monochromatic Colors of #FA209E
Black with #FA209E
Text Example
Text Example
White with #FA209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA209E; }
p { color: rgb(250,32,158); }
H1.HeaderClassName
{
color: #FA209E;
}
.AnyTagClassName
{
color: #FA209E;
}
</style>
background-color css
<style>
a { background-color: #FA209E; }
a { background-color: rgb(250,32,158); }
div.DivClassName
{
background-color: #FA209E;
}
.BgClassName
{
background-color: #FA209E;
}
</style>
border-color css
<style>
span { border-color: #FA209E; }
span { border-color: rgb(250,32,158); }
td.TdClassName
{
border-color: #FA209E;
}
.TagClassName
{
border-color: #FA209E;
}
</style>