Shades of Persian Rose #FF209A
Tints of Persian Rose #FF209A
RGB
CMYK
RGB Variations
Color information
#FF209A (or 0xFF209A) is known color: Persian Rose. HEX triplet: FF, 20 and 9A. RGB value is (255,32,154). Sum of RGB (Red+Green+Blue) = 255+32+154=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF209A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF209A is #00DF65. Grayscale: #707070. Windows color (decimal): -57190 or 10100991. OLE color: 10100991.
HSL color Cylindrical-coordinate representation of color #FF209A: hue angle of 327.17º 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 #FF209A is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 154 | - |
| CMYK | 0 | 0.87 | 0.40 | 0 |
| HSL | 327.17º | 1% | 0.56% | - |
| HSV(B) | 327.17º | 0.87% | 1% | - |
| XYZ | 47.59 | 24.63 | 32.82 | - |
| YUV | 112.59 | 151.38 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 154 | 0 | 0.87 | 0.40 | 0 | 327.17 | 1 | 0.56 |
| Hex | FF | 20 | 9A | 0 | 57 | 28 | 0 | 147 | 64 | 38 |
| Octal | 377 | 40 | 232 | 0 | 127 | 50 | 0 | 507 | 144 | 70 |
| Binary | 11111111 | 100000 | 10011010 | 0 | 1010111 | 101000 | 0 | 101000111 | 1100100 | 111000 |
Color Harmonies of #FF209A
Complementary color
Monochromatic Colors of #FF209A
Black with #FF209A
Text Example
Text Example
White with #FF209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF209A; }
p { color: rgb(255,32,154); }
H1.HeaderClassName
{
color: #FF209A;
}
.AnyTagClassName
{
color: #FF209A;
}
</style>
background-color css
<style>
a { background-color: #FF209A; }
a { background-color: rgb(255,32,154); }
div.DivClassName
{
background-color: #FF209A;
}
.BgClassName
{
background-color: #FF209A;
}
</style>
border-color css
<style>
span { border-color: #FF209A; }
span { border-color: rgb(255,32,154); }
td.TdClassName
{
border-color: #FF209A;
}
.TagClassName
{
border-color: #FF209A;
}
</style>