Shades of Persian Rose #FA2D9E
Tints of Persian Rose #FA2D9E
RGB
CMYK
RGB Variations
Color information
#FA2D9E (or 0xFA2D9E) is known color: Persian Rose. HEX triplet: FA, 2D and 9E. RGB value is (250,45,158). Sum of RGB (Red+Green+Blue) = 250+45+158=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 45 (17.97% from 255 or 9.93% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2D9E is #05D261. Grayscale: #767676. Windows color (decimal): -381538 or 10366458. OLE color: 10366458.
HSL color Cylindrical-coordinate representation of color #FA2D9E: hue angle of 326.93º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2D9E is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 158 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.02 |
| HSL | 326.93º | 0.95% | 0.58% | - |
| HSV(B) | 326.93º | 0.82% | 0.98% | - |
| XYZ | 46.53 | 24.67 | 34.66 | - |
| YUV | 119.18 | 149.92 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 158 | 0 | 0.82 | 0.37 | 0.02 | 326.93 | 0.95 | 0.58 |
| Hex | FA | 2D | 9E | 0 | 52 | 25 | 2 | 147 | 5F | 3A |
| Octal | 372 | 55 | 236 | 0 | 122 | 45 | 2 | 507 | 137 | 72 |
| Binary | 11111010 | 101101 | 10011110 | 0 | 1010010 | 100101 | 10 | 101000111 | 1011111 | 111010 |
Color Harmonies of #FA2D9E
Complementary color
Monochromatic Colors of #FA2D9E
Black with #FA2D9E
Text Example
Text Example
White with #FA2D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D9E; }
p { color: rgb(250,45,158); }
H1.HeaderClassName
{
color: #FA2D9E;
}
.AnyTagClassName
{
color: #FA2D9E;
}
</style>
background-color css
<style>
a { background-color: #FA2D9E; }
a { background-color: rgb(250,45,158); }
div.DivClassName
{
background-color: #FA2D9E;
}
.BgClassName
{
background-color: #FA2D9E;
}
</style>
border-color css
<style>
span { border-color: #FA2D9E; }
span { border-color: rgb(250,45,158); }
td.TdClassName
{
border-color: #FA2D9E;
}
.TagClassName
{
border-color: #FA2D9E;
}
</style>