Shades of Persian Rose #FA29AB
Tints of Persian Rose #FA29AB
RGB
CMYK
RGB Variations
Color information
#FA29AB (or 0xFA29AB) is known color: Persian Rose. HEX triplet: FA, 29 and AB. RGB value is (250,41,171). Sum of RGB (Red+Green+Blue) = 250+41+171=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 41 (16.41% from 255 or 8.87% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA29AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA29AB is #05D654. Grayscale: #767676. Windows color (decimal): -382549 or 11217402. OLE color: 11217402.
HSL color Cylindrical-coordinate representation of color #FA29AB: hue angle of 322.68º 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 #FA29AB is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 171 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.02 |
| HSL | 322.68º | 0.95% | 0.57% | - |
| HSV(B) | 322.68º | 0.84% | 0.98% | - |
| XYZ | 47.57 | 24.85 | 40.82 | - |
| YUV | 118.31 | 157.74 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 171 | 0 | 0.84 | 0.32 | 0.02 | 322.68 | 0.95 | 0.57 |
| Hex | FA | 29 | AB | 0 | 54 | 20 | 2 | 143 | 5F | 39 |
| Octal | 372 | 51 | 253 | 0 | 124 | 40 | 2 | 503 | 137 | 71 |
| Binary | 11111010 | 101001 | 10101011 | 0 | 1010100 | 100000 | 10 | 101000011 | 1011111 | 111001 |
Color Harmonies of #FA29AB
Complementary color
Monochromatic Colors of #FA29AB
Black with #FA29AB
Text Example
Text Example
White with #FA29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA29AB; }
p { color: rgb(250,41,171); }
H1.HeaderClassName
{
color: #FA29AB;
}
.AnyTagClassName
{
color: #FA29AB;
}
</style>
background-color css
<style>
a { background-color: #FA29AB; }
a { background-color: rgb(250,41,171); }
div.DivClassName
{
background-color: #FA29AB;
}
.BgClassName
{
background-color: #FA29AB;
}
</style>
border-color css
<style>
span { border-color: #FA29AB; }
span { border-color: rgb(250,41,171); }
td.TdClassName
{
border-color: #FA29AB;
}
.TagClassName
{
border-color: #FA29AB;
}
</style>