Shades of Persian Rose #FF2C9D
Tints of Persian Rose #FF2C9D
RGB
CMYK
RGB Variations
Color information
#FF2C9D (or 0xFF2C9D) is known color: Persian Rose. HEX triplet: FF, 2C and 9D. RGB value is (255,44,157). Sum of RGB (Red+Green+Blue) = 255+44+157=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2C9D is #00D362. Grayscale: #777777. Windows color (decimal): -54115 or 10300671. OLE color: 10300671.
HSL color Cylindrical-coordinate representation of color #FF2C9D: hue angle of 327.87º 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 #FF2C9D is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 157 | - |
| CMYK | 0 | 0.83 | 0.38 | 0 |
| HSL | 327.87º | 1% | 0.59% | - |
| HSV(B) | 327.87º | 0.83% | 1% | - |
| XYZ | 48.23 | 25.5 | 34.28 | - |
| YUV | 119.97 | 148.9 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 157 | 0 | 0.83 | 0.38 | 0 | 327.87 | 1 | 0.59 |
| Hex | FF | 2C | 9D | 0 | 53 | 26 | 0 | 148 | 64 | 3B |
| Octal | 377 | 54 | 235 | 0 | 123 | 46 | 0 | 510 | 144 | 73 |
| Binary | 11111111 | 101100 | 10011101 | 0 | 1010011 | 100110 | 0 | 101001000 | 1100100 | 111011 |
Color Harmonies of #FF2C9D
Complementary color
Monochromatic Colors of #FF2C9D
Black with #FF2C9D
Text Example
Text Example
White with #FF2C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C9D; }
p { color: rgb(255,44,157); }
H1.HeaderClassName
{
color: #FF2C9D;
}
.AnyTagClassName
{
color: #FF2C9D;
}
</style>
background-color css
<style>
a { background-color: #FF2C9D; }
a { background-color: rgb(255,44,157); }
div.DivClassName
{
background-color: #FF2C9D;
}
.BgClassName
{
background-color: #FF2C9D;
}
</style>
border-color css
<style>
span { border-color: #FF2C9D; }
span { border-color: rgb(255,44,157); }
td.TdClassName
{
border-color: #FF2C9D;
}
.TagClassName
{
border-color: #FF2C9D;
}
</style>