Shades of Persian Rose #FA289A
Tints of Persian Rose #FA289A
RGB
CMYK
RGB Variations
Color information
#FA289A (or 0xFA289A) is known color: Persian Rose. HEX triplet: FA, 28 and 9A. RGB value is (250,40,154). Sum of RGB (Red+Green+Blue) = 250+40+154=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA289A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA289A is #05D765. Grayscale: #737373. Windows color (decimal): -382822 or 10103034. OLE color: 10103034.
HSL color Cylindrical-coordinate representation of color #FA289A: hue angle of 327.43º 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 #FA289A is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 154 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.02 |
| HSL | 327.43º | 0.95% | 0.57% | - |
| HSV(B) | 327.43º | 0.84% | 0.98% | - |
| XYZ | 46.02 | 24.17 | 32.81 | - |
| YUV | 115.79 | 149.57 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 154 | 0 | 0.84 | 0.38 | 0.02 | 327.43 | 0.95 | 0.57 |
| Hex | FA | 28 | 9A | 0 | 54 | 26 | 2 | 147 | 5F | 39 |
| Octal | 372 | 50 | 232 | 0 | 124 | 46 | 2 | 507 | 137 | 71 |
| Binary | 11111010 | 101000 | 10011010 | 0 | 1010100 | 100110 | 10 | 101000111 | 1011111 | 111001 |
Color Harmonies of #FA289A
Complementary color
Monochromatic Colors of #FA289A
Black with #FA289A
Text Example
Text Example
White with #FA289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA289A; }
p { color: rgb(250,40,154); }
H1.HeaderClassName
{
color: #FA289A;
}
.AnyTagClassName
{
color: #FA289A;
}
</style>
background-color css
<style>
a { background-color: #FA289A; }
a { background-color: rgb(250,40,154); }
div.DivClassName
{
background-color: #FA289A;
}
.BgClassName
{
background-color: #FA289A;
}
</style>
border-color css
<style>
span { border-color: #FA289A; }
span { border-color: rgb(250,40,154); }
td.TdClassName
{
border-color: #FA289A;
}
.TagClassName
{
border-color: #FA289A;
}
</style>