Shades of Persian Rose #FD2CAA
Tints of Persian Rose #FD2CAA
RGB
CMYK
RGB Variations
Color information
#FD2CAA (or 0xFD2CAA) is known color: Persian Rose. HEX triplet: FD, 2C and AA. RGB value is (253,44,170). Sum of RGB (Red+Green+Blue) = 253+44+170=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2CAA is #02D355. Grayscale: #787878. Windows color (decimal): -185174 or 11152637. OLE color: 11152637.
HSL color Cylindrical-coordinate representation of color #FD2CAA: hue angle of 323.83º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2CAA is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 170 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.01 |
| HSL | 323.83º | 0.98% | 0.58% | - |
| HSV(B) | 323.83º | 0.83% | 0.99% | - |
| XYZ | 48.66 | 25.59 | 40.4 | - |
| YUV | 120.86 | 155.74 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 170 | 0 | 0.83 | 0.33 | 0.01 | 323.83 | 0.98 | 0.58 |
| Hex | FD | 2C | AA | 0 | 53 | 21 | 1 | 144 | 62 | 3A |
| Octal | 375 | 54 | 252 | 0 | 123 | 41 | 1 | 504 | 142 | 72 |
| Binary | 11111101 | 101100 | 10101010 | 0 | 1010011 | 100001 | 1 | 101000100 | 1100010 | 111010 |
Color Harmonies of #FD2CAA
Complementary color
Monochromatic Colors of #FD2CAA
Black with #FD2CAA
Text Example
Text Example
White with #FD2CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2CAA; }
p { color: rgb(253,44,170); }
H1.HeaderClassName
{
color: #FD2CAA;
}
.AnyTagClassName
{
color: #FD2CAA;
}
</style>
background-color css
<style>
a { background-color: #FD2CAA; }
a { background-color: rgb(253,44,170); }
div.DivClassName
{
background-color: #FD2CAA;
}
.BgClassName
{
background-color: #FD2CAA;
}
</style>
border-color css
<style>
span { border-color: #FD2CAA; }
span { border-color: rgb(253,44,170); }
td.TdClassName
{
border-color: #FD2CAA;
}
.TagClassName
{
border-color: #FD2CAA;
}
</style>