Shades of Persian Rose #FD1BA1
Tints of Persian Rose #FD1BA1
RGB
CMYK
RGB Variations
Color information
#FD1BA1 (or 0xFD1BA1) is known color: Persian Rose. HEX triplet: FD, 1B and A1. RGB value is (253,27,161). Sum of RGB (Red+Green+Blue) = 253+27+161=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 27 (10.94% from 255 or 6.12% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1BA1 is #02E45E. Grayscale: #6D6D6D. Windows color (decimal): -189535 or 10558461. OLE color: 10558461.
HSL color Cylindrical-coordinate representation of color #FD1BA1: hue angle of 324.42º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1BA1 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 27 | 161 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.01 |
| HSL | 324.42º | 0.98% | 0.55% | - |
| HSV(B) | 324.42º | 0.89% | 0.99% | - |
| XYZ | 47.33 | 24.24 | 35.9 | - |
| YUV | 109.85 | 156.87 | 230.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 27 | 161 | 0 | 0.89 | 0.36 | 0.01 | 324.42 | 0.98 | 0.55 |
| Hex | FD | 1B | A1 | 0 | 59 | 24 | 1 | 144 | 62 | 37 |
| Octal | 375 | 33 | 241 | 0 | 131 | 44 | 1 | 504 | 142 | 67 |
| Binary | 11111101 | 11011 | 10100001 | 0 | 1011001 | 100100 | 1 | 101000100 | 1100010 | 110111 |
Color Harmonies of #FD1BA1
Complementary color
Monochromatic Colors of #FD1BA1
Black with #FD1BA1
Text Example
Text Example
White with #FD1BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1BA1; }
p { color: rgb(253,27,161); }
H1.HeaderClassName
{
color: #FD1BA1;
}
.AnyTagClassName
{
color: #FD1BA1;
}
</style>
background-color css
<style>
a { background-color: #FD1BA1; }
a { background-color: rgb(253,27,161); }
div.DivClassName
{
background-color: #FD1BA1;
}
.BgClassName
{
background-color: #FD1BA1;
}
</style>
border-color css
<style>
span { border-color: #FD1BA1; }
span { border-color: rgb(253,27,161); }
td.TdClassName
{
border-color: #FD1BA1;
}
.TagClassName
{
border-color: #FD1BA1;
}
</style>