Shades of Persian Rose #FF2CA8
Tints of Persian Rose #FF2CA8
RGB
CMYK
RGB Variations
Color information
#FF2CA8 (or 0xFF2CA8) is known color: Persian Rose. HEX triplet: FF, 2C and A8. RGB value is (255,44,168). Sum of RGB (Red+Green+Blue) = 255+44+168=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2CA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2CA8 is #00D357. Grayscale: #787878. Windows color (decimal): -54104 or 11021567. OLE color: 11021567.
HSL color Cylindrical-coordinate representation of color #FF2CA8: hue angle of 324.74º 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 #FF2CA8 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 168 | - |
| CMYK | 0 | 0.83 | 0.34 | 0 |
| HSL | 324.74º | 1% | 0.59% | - |
| HSV(B) | 324.74º | 0.83% | 1% | - |
| XYZ | 49.21 | 25.89 | 39.45 | - |
| YUV | 121.23 | 154.4 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 168 | 0 | 0.83 | 0.34 | 0 | 324.74 | 1 | 0.59 |
| Hex | FF | 2C | A8 | 0 | 53 | 22 | 0 | 145 | 64 | 3B |
| Octal | 377 | 54 | 250 | 0 | 123 | 42 | 0 | 505 | 144 | 73 |
| Binary | 11111111 | 101100 | 10101000 | 0 | 1010011 | 100010 | 0 | 101000101 | 1100100 | 111011 |
Color Harmonies of #FF2CA8
Complementary color
Monochromatic Colors of #FF2CA8
Black with #FF2CA8
Text Example
Text Example
White with #FF2CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2CA8; }
p { color: rgb(255,44,168); }
H1.HeaderClassName
{
color: #FF2CA8;
}
.AnyTagClassName
{
color: #FF2CA8;
}
</style>
background-color css
<style>
a { background-color: #FF2CA8; }
a { background-color: rgb(255,44,168); }
div.DivClassName
{
background-color: #FF2CA8;
}
.BgClassName
{
background-color: #FF2CA8;
}
</style>
border-color css
<style>
span { border-color: #FF2CA8; }
span { border-color: rgb(255,44,168); }
td.TdClassName
{
border-color: #FF2CA8;
}
.TagClassName
{
border-color: #FF2CA8;
}
</style>