Shades of Persian Rose #FD209D
Tints of Persian Rose #FD209D
RGB
CMYK
RGB Variations
Color information
#FD209D (or 0xFD209D) is known color: Persian Rose. HEX triplet: FD, 20 and 9D. RGB value is (253,32,157). Sum of RGB (Red+Green+Blue) = 253+32+157=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 32 (12.89% from 255 or 7.24% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD209D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD209D is #02DF62. Grayscale: #707070. Windows color (decimal): -188259 or 10297597. OLE color: 10297597.
HSL color Cylindrical-coordinate representation of color #FD209D: hue angle of 326.06º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD209D is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 157 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.01 |
| HSL | 326.06º | 0.98% | 0.56% | - |
| HSV(B) | 326.06º | 0.87% | 0.99% | - |
| XYZ | 47.11 | 24.35 | 34.12 | - |
| YUV | 112.33 | 153.22 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 157 | 0 | 0.87 | 0.38 | 0.01 | 326.06 | 0.98 | 0.56 |
| Hex | FD | 20 | 9D | 0 | 57 | 26 | 1 | 146 | 62 | 38 |
| Octal | 375 | 40 | 235 | 0 | 127 | 46 | 1 | 506 | 142 | 70 |
| Binary | 11111101 | 100000 | 10011101 | 0 | 1010111 | 100110 | 1 | 101000110 | 1100010 | 111000 |
Color Harmonies of #FD209D
Complementary color
Monochromatic Colors of #FD209D
Black with #FD209D
Text Example
Text Example
White with #FD209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD209D; }
p { color: rgb(253,32,157); }
H1.HeaderClassName
{
color: #FD209D;
}
.AnyTagClassName
{
color: #FD209D;
}
</style>
background-color css
<style>
a { background-color: #FD209D; }
a { background-color: rgb(253,32,157); }
div.DivClassName
{
background-color: #FD209D;
}
.BgClassName
{
background-color: #FD209D;
}
</style>
border-color css
<style>
span { border-color: #FD209D; }
span { border-color: rgb(253,32,157); }
td.TdClassName
{
border-color: #FD209D;
}
.TagClassName
{
border-color: #FD209D;
}
</style>