Shades of Persian Rose #FF2CAE
Tints of Persian Rose #FF2CAE
RGB
CMYK
RGB Variations
Color information
#FF2CAE (or 0xFF2CAE) is known color: Persian Rose. HEX triplet: FF, 2C and AE. RGB value is (255,44,174). Sum of RGB (Red+Green+Blue) = 255+44+174=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 44 (17.58% from 255 or 9.30% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2CAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2CAE is #00D351. Grayscale: #797979. Windows color (decimal): -54098 or 11414783. OLE color: 11414783.
HSL color Cylindrical-coordinate representation of color #FF2CAE: hue angle of 323.03º 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 #FF2CAE is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 174 | - |
| CMYK | 0 | 0.83 | 0.32 | 0 |
| HSL | 323.03º | 1% | 0.59% | - |
| HSV(B) | 323.03º | 0.83% | 1% | - |
| XYZ | 49.78 | 26.12 | 42.46 | - |
| YUV | 121.91 | 157.4 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 174 | 0 | 0.83 | 0.32 | 0 | 323.03 | 1 | 0.59 |
| Hex | FF | 2C | AE | 0 | 53 | 20 | 0 | 143 | 64 | 3B |
| Octal | 377 | 54 | 256 | 0 | 123 | 40 | 0 | 503 | 144 | 73 |
| Binary | 11111111 | 101100 | 10101110 | 0 | 1010011 | 100000 | 0 | 101000011 | 1100100 | 111011 |
Color Harmonies of #FF2CAE
Complementary color
Monochromatic Colors of #FF2CAE
Black with #FF2CAE
Text Example
Text Example
White with #FF2CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2CAE; }
p { color: rgb(255,44,174); }
H1.HeaderClassName
{
color: #FF2CAE;
}
.AnyTagClassName
{
color: #FF2CAE;
}
</style>
background-color css
<style>
a { background-color: #FF2CAE; }
a { background-color: rgb(255,44,174); }
div.DivClassName
{
background-color: #FF2CAE;
}
.BgClassName
{
background-color: #FF2CAE;
}
</style>
border-color css
<style>
span { border-color: #FF2CAE; }
span { border-color: rgb(255,44,174); }
td.TdClassName
{
border-color: #FF2CAE;
}
.TagClassName
{
border-color: #FF2CAE;
}
</style>