Shades of Persian Rose #FD2495
Tints of Persian Rose #FD2495
RGB
CMYK
RGB Variations
Color information
#FD2495 (or 0xFD2495) is known color: Persian Rose. HEX triplet: FD, 24 and 95. RGB value is (253,36,149). Sum of RGB (Red+Green+Blue) = 253+36+149=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2495 is #02DB6A. Grayscale: #717171. Windows color (decimal): -187243 or 9774333. OLE color: 9774333.
HSL color Cylindrical-coordinate representation of color #FD2495: hue angle of 328.76º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FD2495 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 36 | 149 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.01 |
| HSL | 328.76º | 0.98% | 0.57% | - |
| HSV(B) | 328.76º | 0.86% | 0.99% | - |
| XYZ | 46.56 | 24.31 | 30.67 | - |
| YUV | 113.77 | 147.89 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 36 | 149 | 0 | 0.86 | 0.41 | 0.01 | 328.76 | 0.98 | 0.57 |
| Hex | FD | 24 | 95 | 0 | 56 | 29 | 1 | 149 | 62 | 39 |
| Octal | 375 | 44 | 225 | 0 | 126 | 51 | 1 | 511 | 142 | 71 |
| Binary | 11111101 | 100100 | 10010101 | 0 | 1010110 | 101001 | 1 | 101001001 | 1100010 | 111001 |
Color Harmonies of #FD2495
Complementary color
Monochromatic Colors of #FD2495
Black with #FD2495
Text Example
Text Example
White with #FD2495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2495; }
p { color: rgb(253,36,149); }
H1.HeaderClassName
{
color: #FD2495;
}
.AnyTagClassName
{
color: #FD2495;
}
</style>
background-color css
<style>
a { background-color: #FD2495; }
a { background-color: rgb(253,36,149); }
div.DivClassName
{
background-color: #FD2495;
}
.BgClassName
{
background-color: #FD2495;
}
</style>
border-color css
<style>
span { border-color: #FD2495; }
span { border-color: rgb(253,36,149); }
td.TdClassName
{
border-color: #FD2495;
}
.TagClassName
{
border-color: #FD2495;
}
</style>