Shades of Persian Rose #FF209D
Tints of Persian Rose #FF209D
RGB
CMYK
RGB Variations
Color information
#FF209D (or 0xFF209D) is known color: Persian Rose. HEX triplet: FF, 20 and 9D. RGB value is (255,32,157). Sum of RGB (Red+Green+Blue) = 255+32+157=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 32 (12.89% from 255 or 7.21% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF209D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF209D is #00DF62. Grayscale: #707070. Windows color (decimal): -57187 or 10297599. OLE color: 10297599.
HSL color Cylindrical-coordinate representation of color #FF209D: hue angle of 326.37º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF209D is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 157 | - |
| CMYK | 0 | 0.87 | 0.38 | 0 |
| HSL | 326.37º | 1% | 0.56% | - |
| HSV(B) | 326.37º | 0.87% | 1% | - |
| XYZ | 47.84 | 24.73 | 34.15 | - |
| YUV | 112.93 | 152.88 | 229.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 157 | 0 | 0.87 | 0.38 | 0 | 326.37 | 1 | 0.56 |
| Hex | FF | 20 | 9D | 0 | 57 | 26 | 0 | 146 | 64 | 38 |
| Octal | 377 | 40 | 235 | 0 | 127 | 46 | 0 | 506 | 144 | 70 |
| Binary | 11111111 | 100000 | 10011101 | 0 | 1010111 | 100110 | 0 | 101000110 | 1100100 | 111000 |
Color Harmonies of #FF209D
Complementary color
Monochromatic Colors of #FF209D
Black with #FF209D
Text Example
Text Example
White with #FF209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF209D; }
p { color: rgb(255,32,157); }
H1.HeaderClassName
{
color: #FF209D;
}
.AnyTagClassName
{
color: #FF209D;
}
</style>
background-color css
<style>
a { background-color: #FF209D; }
a { background-color: rgb(255,32,157); }
div.DivClassName
{
background-color: #FF209D;
}
.BgClassName
{
background-color: #FF209D;
}
</style>
border-color css
<style>
span { border-color: #FF209D; }
span { border-color: rgb(255,32,157); }
td.TdClassName
{
border-color: #FF209D;
}
.TagClassName
{
border-color: #FF209D;
}
</style>