Shades of Persian Rose #FF2C9F
Tints of Persian Rose #FF2C9F
RGB
CMYK
RGB Variations
Color information
#FF2C9F (or 0xFF2C9F) is known color: Persian Rose. HEX triplet: FF, 2C and 9F. RGB value is (255,44,159). Sum of RGB (Red+Green+Blue) = 255+44+159=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 44 (17.58% from 255 or 9.61% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2C9F is #00D360. Grayscale: #777777. Windows color (decimal): -54113 or 10431743. OLE color: 10431743.
HSL color Cylindrical-coordinate representation of color #FF2C9F: hue angle of 327.3º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2C9F is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 159 | - |
| CMYK | 0 | 0.83 | 0.38 | 0 |
| HSL | 327.3º | 1% | 0.59% | - |
| HSV(B) | 327.3º | 0.83% | 1% | - |
| XYZ | 48.4 | 25.56 | 35.18 | - |
| YUV | 120.2 | 149.9 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 159 | 0 | 0.83 | 0.38 | 0 | 327.3 | 1 | 0.59 |
| Hex | FF | 2C | 9F | 0 | 53 | 26 | 0 | 147 | 64 | 3B |
| Octal | 377 | 54 | 237 | 0 | 123 | 46 | 0 | 507 | 144 | 73 |
| Binary | 11111111 | 101100 | 10011111 | 0 | 1010011 | 100110 | 0 | 101000111 | 1100100 | 111011 |
Color Harmonies of #FF2C9F
Complementary color
Monochromatic Colors of #FF2C9F
Black with #FF2C9F
Text Example
Text Example
White with #FF2C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C9F; }
p { color: rgb(255,44,159); }
H1.HeaderClassName
{
color: #FF2C9F;
}
.AnyTagClassName
{
color: #FF2C9F;
}
</style>
background-color css
<style>
a { background-color: #FF2C9F; }
a { background-color: rgb(255,44,159); }
div.DivClassName
{
background-color: #FF2C9F;
}
.BgClassName
{
background-color: #FF2C9F;
}
</style>
border-color css
<style>
span { border-color: #FF2C9F; }
span { border-color: rgb(255,44,159); }
td.TdClassName
{
border-color: #FF2C9F;
}
.TagClassName
{
border-color: #FF2C9F;
}
</style>