Shades of Persian Rose #FF1CA2
Tints of Persian Rose #FF1CA2
RGB
CMYK
RGB Variations
Color information
#FF1CA2 (or 0xFF1CA2) is known color: Persian Rose. HEX triplet: FF, 1C and A2. RGB value is (255,28,162). Sum of RGB (Red+Green+Blue) = 255+28+162=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 28 (11.33% from 255 or 6.29% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1CA2 is #00E35D. Grayscale: #6E6E6E. Windows color (decimal): -58206 or 10624255. OLE color: 10624255.
HSL color Cylindrical-coordinate representation of color #FF1CA2: hue angle of 324.58º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1CA2 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 162 | - |
| CMYK | 0 | 0.89 | 0.36 | 0 |
| HSL | 324.58º | 1% | 0.55% | - |
| HSV(B) | 324.58º | 0.89% | 1% | - |
| XYZ | 48.18 | 24.7 | 36.41 | - |
| YUV | 111.15 | 156.71 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 162 | 0 | 0.89 | 0.36 | 0 | 324.58 | 1 | 0.55 |
| Hex | FF | 1C | A2 | 0 | 59 | 24 | 0 | 145 | 64 | 37 |
| Octal | 377 | 34 | 242 | 0 | 131 | 44 | 0 | 505 | 144 | 67 |
| Binary | 11111111 | 11100 | 10100010 | 0 | 1011001 | 100100 | 0 | 101000101 | 1100100 | 110111 |
Color Harmonies of #FF1CA2
Complementary color
Monochromatic Colors of #FF1CA2
Black with #FF1CA2
Text Example
Text Example
White with #FF1CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1CA2; }
p { color: rgb(255,28,162); }
H1.HeaderClassName
{
color: #FF1CA2;
}
.AnyTagClassName
{
color: #FF1CA2;
}
</style>
background-color css
<style>
a { background-color: #FF1CA2; }
a { background-color: rgb(255,28,162); }
div.DivClassName
{
background-color: #FF1CA2;
}
.BgClassName
{
background-color: #FF1CA2;
}
</style>
border-color css
<style>
span { border-color: #FF1CA2; }
span { border-color: rgb(255,28,162); }
td.TdClassName
{
border-color: #FF1CA2;
}
.TagClassName
{
border-color: #FF1CA2;
}
</style>