Shades of Persian Rose #FF2FA0
Tints of Persian Rose #FF2FA0
RGB
CMYK
RGB Variations
Color information
#FF2FA0 (or 0xFF2FA0) is known color: Persian Rose. HEX triplet: FF, 2F and A0. RGB value is (255,47,160). Sum of RGB (Red+Green+Blue) = 255+47+160=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2FA0 is #00D05F. Grayscale: #797979. Windows color (decimal): -53344 or 10498047. OLE color: 10498047.
HSL color Cylindrical-coordinate representation of color #FF2FA0: hue angle of 327.4º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2FA0 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 160 | - |
| CMYK | 0 | 0.82 | 0.37 | 0 |
| HSL | 327.4º | 1% | 0.59% | - |
| HSV(B) | 327.4º | 0.82% | 1% | - |
| XYZ | 48.6 | 25.83 | 35.68 | - |
| YUV | 122.07 | 149.41 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 160 | 0 | 0.82 | 0.37 | 0 | 327.4 | 1 | 0.59 |
| Hex | FF | 2F | A0 | 0 | 52 | 25 | 0 | 147 | 64 | 3B |
| Octal | 377 | 57 | 240 | 0 | 122 | 45 | 0 | 507 | 144 | 73 |
| Binary | 11111111 | 101111 | 10100000 | 0 | 1010010 | 100101 | 0 | 101000111 | 1100100 | 111011 |
Color Harmonies of #FF2FA0
Complementary color
Monochromatic Colors of #FF2FA0
Black with #FF2FA0
Text Example
Text Example
White with #FF2FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2FA0; }
p { color: rgb(255,47,160); }
H1.HeaderClassName
{
color: #FF2FA0;
}
.AnyTagClassName
{
color: #FF2FA0;
}
</style>
background-color css
<style>
a { background-color: #FF2FA0; }
a { background-color: rgb(255,47,160); }
div.DivClassName
{
background-color: #FF2FA0;
}
.BgClassName
{
background-color: #FF2FA0;
}
</style>
border-color css
<style>
span { border-color: #FF2FA0; }
span { border-color: rgb(255,47,160); }
td.TdClassName
{
border-color: #FF2FA0;
}
.TagClassName
{
border-color: #FF2FA0;
}
</style>