Shades of Persian Rose #FF2CA3
Tints of Persian Rose #FF2CA3
RGB
CMYK
RGB Variations
Color information
#FF2CA3 (or 0xFF2CA3) is known color: Persian Rose. HEX triplet: FF, 2C and A3. RGB value is (255,44,163). Sum of RGB (Red+Green+Blue) = 255+44+163=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2CA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2CA3 is #00D35C. Grayscale: #787878. Windows color (decimal): -54109 or 10693887. OLE color: 10693887.
HSL color Cylindrical-coordinate representation of color #FF2CA3: hue angle of 326.16º 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 #FF2CA3 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 163 | - |
| CMYK | 0 | 0.83 | 0.36 | 0 |
| HSL | 326.16º | 1% | 0.59% | - |
| HSV(B) | 326.16º | 0.83% | 1% | - |
| XYZ | 48.75 | 25.71 | 37.04 | - |
| YUV | 120.66 | 151.9 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 163 | 0 | 0.83 | 0.36 | 0 | 326.16 | 1 | 0.59 |
| Hex | FF | 2C | A3 | 0 | 53 | 24 | 0 | 146 | 64 | 3B |
| Octal | 377 | 54 | 243 | 0 | 123 | 44 | 0 | 506 | 144 | 73 |
| Binary | 11111111 | 101100 | 10100011 | 0 | 1010011 | 100100 | 0 | 101000110 | 1100100 | 111011 |
Color Harmonies of #FF2CA3
Complementary color
Monochromatic Colors of #FF2CA3
Black with #FF2CA3
Text Example
Text Example
White with #FF2CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2CA3; }
p { color: rgb(255,44,163); }
H1.HeaderClassName
{
color: #FF2CA3;
}
.AnyTagClassName
{
color: #FF2CA3;
}
</style>
background-color css
<style>
a { background-color: #FF2CA3; }
a { background-color: rgb(255,44,163); }
div.DivClassName
{
background-color: #FF2CA3;
}
.BgClassName
{
background-color: #FF2CA3;
}
</style>
border-color css
<style>
span { border-color: #FF2CA3; }
span { border-color: rgb(255,44,163); }
td.TdClassName
{
border-color: #FF2CA3;
}
.TagClassName
{
border-color: #FF2CA3;
}
</style>