Shades of Persian Rose #FD1CA2
Tints of Persian Rose #FD1CA2
RGB
CMYK
RGB Variations
Color information
#FD1CA2 (or 0xFD1CA2) is known color: Persian Rose. HEX triplet: FD, 1C and A2. RGB value is (253,28,162). Sum of RGB (Red+Green+Blue) = 253+28+162=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1CA2 is #02E35D. Grayscale: #6E6E6E. Windows color (decimal): -189278 or 10624253. OLE color: 10624253.
HSL color Cylindrical-coordinate representation of color #FD1CA2: hue angle of 324.27º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1CA2 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 162 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.01 |
| HSL | 324.27º | 0.98% | 0.55% | - |
| HSV(B) | 324.27º | 0.89% | 0.99% | - |
| XYZ | 47.44 | 24.32 | 36.38 | - |
| YUV | 110.55 | 157.04 | 229.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 162 | 0 | 0.89 | 0.36 | 0.01 | 324.27 | 0.98 | 0.55 |
| Hex | FD | 1C | A2 | 0 | 59 | 24 | 1 | 144 | 62 | 37 |
| Octal | 375 | 34 | 242 | 0 | 131 | 44 | 1 | 504 | 142 | 67 |
| Binary | 11111101 | 11100 | 10100010 | 0 | 1011001 | 100100 | 1 | 101000100 | 1100010 | 110111 |
Color Harmonies of #FD1CA2
Complementary color
Monochromatic Colors of #FD1CA2
Black with #FD1CA2
Text Example
Text Example
White with #FD1CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1CA2; }
p { color: rgb(253,28,162); }
H1.HeaderClassName
{
color: #FD1CA2;
}
.AnyTagClassName
{
color: #FD1CA2;
}
</style>
background-color css
<style>
a { background-color: #FD1CA2; }
a { background-color: rgb(253,28,162); }
div.DivClassName
{
background-color: #FD1CA2;
}
.BgClassName
{
background-color: #FD1CA2;
}
</style>
border-color css
<style>
span { border-color: #FD1CA2; }
span { border-color: rgb(253,28,162); }
td.TdClassName
{
border-color: #FD1CA2;
}
.TagClassName
{
border-color: #FD1CA2;
}
</style>