Shades of Persian Rose #FD27A0
Tints of Persian Rose #FD27A0
RGB
CMYK
RGB Variations
Color information
#FD27A0 (or 0xFD27A0) is known color: Persian Rose. HEX triplet: FD, 27 and A0. RGB value is (253,39,160). Sum of RGB (Red+Green+Blue) = 253+39+160=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FD27A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD27A0 is #02D85F. Grayscale: #747474. Windows color (decimal): -186464 or 10495997. OLE color: 10495997.
HSL color Cylindrical-coordinate representation of color #FD27A0: hue angle of 326.07º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD27A0 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 160 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.01 |
| HSL | 326.07º | 0.98% | 0.57% | - |
| HSV(B) | 326.07º | 0.85% | 0.99% | - |
| XYZ | 47.58 | 24.87 | 35.55 | - |
| YUV | 116.78 | 152.4 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 160 | 0 | 0.85 | 0.37 | 0.01 | 326.07 | 0.98 | 0.57 |
| Hex | FD | 27 | A0 | 0 | 55 | 25 | 1 | 146 | 62 | 39 |
| Octal | 375 | 47 | 240 | 0 | 125 | 45 | 1 | 506 | 142 | 71 |
| Binary | 11111101 | 100111 | 10100000 | 0 | 1010101 | 100101 | 1 | 101000110 | 1100010 | 111001 |
Color Harmonies of #FD27A0
Complementary color
Monochromatic Colors of #FD27A0
Black with #FD27A0
Text Example
Text Example
White with #FD27A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD27A0; }
p { color: rgb(253,39,160); }
H1.HeaderClassName
{
color: #FD27A0;
}
.AnyTagClassName
{
color: #FD27A0;
}
</style>
background-color css
<style>
a { background-color: #FD27A0; }
a { background-color: rgb(253,39,160); }
div.DivClassName
{
background-color: #FD27A0;
}
.BgClassName
{
background-color: #FD27A0;
}
</style>
border-color css
<style>
span { border-color: #FD27A0; }
span { border-color: rgb(253,39,160); }
td.TdClassName
{
border-color: #FD27A0;
}
.TagClassName
{
border-color: #FD27A0;
}
</style>