Shades of Persian Rose #FA289D
Tints of Persian Rose #FA289D
RGB
CMYK
RGB Variations
Color information
#FA289D (or 0xFA289D) is known color: Persian Rose. HEX triplet: FA, 28 and 9D. RGB value is (250,40,157). Sum of RGB (Red+Green+Blue) = 250+40+157=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA289D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA289D is #05D762. Grayscale: #737373. Windows color (decimal): -382819 or 10299642. OLE color: 10299642.
HSL color Cylindrical-coordinate representation of color #FA289D: hue angle of 326.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA289D is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 157 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.02 |
| HSL | 326.57º | 0.95% | 0.57% | - |
| HSV(B) | 326.57º | 0.84% | 0.98% | - |
| XYZ | 46.27 | 24.28 | 34.15 | - |
| YUV | 116.13 | 151.07 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 157 | 0 | 0.84 | 0.37 | 0.02 | 326.57 | 0.95 | 0.57 |
| Hex | FA | 28 | 9D | 0 | 54 | 25 | 2 | 147 | 5F | 39 |
| Octal | 372 | 50 | 235 | 0 | 124 | 45 | 2 | 507 | 137 | 71 |
| Binary | 11111010 | 101000 | 10011101 | 0 | 1010100 | 100101 | 10 | 101000111 | 1011111 | 111001 |
Color Harmonies of #FA289D
Complementary color
Monochromatic Colors of #FA289D
Black with #FA289D
Text Example
Text Example
White with #FA289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA289D; }
p { color: rgb(250,40,157); }
H1.HeaderClassName
{
color: #FA289D;
}
.AnyTagClassName
{
color: #FA289D;
}
</style>
background-color css
<style>
a { background-color: #FA289D; }
a { background-color: rgb(250,40,157); }
div.DivClassName
{
background-color: #FA289D;
}
.BgClassName
{
background-color: #FA289D;
}
</style>
border-color css
<style>
span { border-color: #FA289D; }
span { border-color: rgb(250,40,157); }
td.TdClassName
{
border-color: #FA289D;
}
.TagClassName
{
border-color: #FA289D;
}
</style>