Shades of Persian Rose #FF209C
Tints of Persian Rose #FF209C
RGB
CMYK
RGB Variations
Color information
#FF209C (or 0xFF209C) is known color: Persian Rose. HEX triplet: FF, 20 and 9C. RGB value is (255,32,156). Sum of RGB (Red+Green+Blue) = 255+32+156=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 32 (12.89% from 255 or 7.22% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF209C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF209C is #00DF63. Grayscale: #707070. Windows color (decimal): -57188 or 10232063. OLE color: 10232063.
HSL color Cylindrical-coordinate representation of color #FF209C: hue angle of 326.64º 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 #FF209C is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 156 | - |
| CMYK | 0 | 0.87 | 0.39 | 0 |
| HSL | 326.64º | 1% | 0.56% | - |
| HSV(B) | 326.64º | 0.87% | 1% | - |
| XYZ | 47.76 | 24.69 | 33.7 | - |
| YUV | 112.81 | 152.38 | 229.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 156 | 0 | 0.87 | 0.39 | 0 | 326.64 | 1 | 0.56 |
| Hex | FF | 20 | 9C | 0 | 57 | 27 | 0 | 147 | 64 | 38 |
| Octal | 377 | 40 | 234 | 0 | 127 | 47 | 0 | 507 | 144 | 70 |
| Binary | 11111111 | 100000 | 10011100 | 0 | 1010111 | 100111 | 0 | 101000111 | 1100100 | 111000 |
Color Harmonies of #FF209C
Complementary color
Monochromatic Colors of #FF209C
Black with #FF209C
Text Example
Text Example
White with #FF209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF209C; }
p { color: rgb(255,32,156); }
H1.HeaderClassName
{
color: #FF209C;
}
.AnyTagClassName
{
color: #FF209C;
}
</style>
background-color css
<style>
a { background-color: #FF209C; }
a { background-color: rgb(255,32,156); }
div.DivClassName
{
background-color: #FF209C;
}
.BgClassName
{
background-color: #FF209C;
}
</style>
border-color css
<style>
span { border-color: #FF209C; }
span { border-color: rgb(255,32,156); }
td.TdClassName
{
border-color: #FF209C;
}
.TagClassName
{
border-color: #FF209C;
}
</style>