Shades of Persian Rose #FD2D9E
Tints of Persian Rose #FD2D9E
RGB
CMYK
RGB Variations
Color information
#FD2D9E (or 0xFD2D9E) is known color: Persian Rose. HEX triplet: FD, 2D and 9E. RGB value is (253,45,158). Sum of RGB (Red+Green+Blue) = 253+45+158=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2D9E is #02D261. Grayscale: #777777. Windows color (decimal): -184930 or 10366461. OLE color: 10366461.
HSL color Cylindrical-coordinate representation of color #FD2D9E: hue angle of 327.4º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2D9E is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 158 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.01 |
| HSL | 327.4º | 0.98% | 0.58% | - |
| HSV(B) | 327.4º | 0.82% | 0.99% | - |
| XYZ | 47.62 | 25.23 | 34.71 | - |
| YUV | 120.07 | 149.41 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 158 | 0 | 0.82 | 0.38 | 0.01 | 327.4 | 0.98 | 0.58 |
| Hex | FD | 2D | 9E | 0 | 52 | 26 | 1 | 147 | 62 | 3A |
| Octal | 375 | 55 | 236 | 0 | 122 | 46 | 1 | 507 | 142 | 72 |
| Binary | 11111101 | 101101 | 10011110 | 0 | 1010010 | 100110 | 1 | 101000111 | 1100010 | 111010 |
Color Harmonies of #FD2D9E
Complementary color
Monochromatic Colors of #FD2D9E
Black with #FD2D9E
Text Example
Text Example
White with #FD2D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2D9E; }
p { color: rgb(253,45,158); }
H1.HeaderClassName
{
color: #FD2D9E;
}
.AnyTagClassName
{
color: #FD2D9E;
}
</style>
background-color css
<style>
a { background-color: #FD2D9E; }
a { background-color: rgb(253,45,158); }
div.DivClassName
{
background-color: #FD2D9E;
}
.BgClassName
{
background-color: #FD2D9E;
}
</style>
border-color css
<style>
span { border-color: #FD2D9E; }
span { border-color: rgb(253,45,158); }
td.TdClassName
{
border-color: #FD2D9E;
}
.TagClassName
{
border-color: #FD2D9E;
}
</style>