Shades of Persian Rose #FD2CA4
Tints of Persian Rose #FD2CA4
RGB
CMYK
RGB Variations
Color information
#FD2CA4 (or 0xFD2CA4) is known color: Persian Rose. HEX triplet: FD, 2C and A4. RGB value is (253,44,164). Sum of RGB (Red+Green+Blue) = 253+44+164=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2CA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2CA4 is #02D35B. Grayscale: #777777. Windows color (decimal): -185180 or 10759421. OLE color: 10759421.
HSL color Cylindrical-coordinate representation of color #FD2CA4: hue angle of 325.55º 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 #FD2CA4 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 164 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.01 |
| HSL | 325.55º | 0.98% | 0.58% | - |
| HSV(B) | 325.55º | 0.83% | 0.99% | - |
| XYZ | 48.11 | 25.36 | 37.48 | - |
| YUV | 120.17 | 152.74 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 164 | 0 | 0.83 | 0.35 | 0.01 | 325.55 | 0.98 | 0.58 |
| Hex | FD | 2C | A4 | 0 | 53 | 23 | 1 | 146 | 62 | 3A |
| Octal | 375 | 54 | 244 | 0 | 123 | 43 | 1 | 506 | 142 | 72 |
| Binary | 11111101 | 101100 | 10100100 | 0 | 1010011 | 100011 | 1 | 101000110 | 1100010 | 111010 |
Color Harmonies of #FD2CA4
Complementary color
Monochromatic Colors of #FD2CA4
Black with #FD2CA4
Text Example
Text Example
White with #FD2CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2CA4; }
p { color: rgb(253,44,164); }
H1.HeaderClassName
{
color: #FD2CA4;
}
.AnyTagClassName
{
color: #FD2CA4;
}
</style>
background-color css
<style>
a { background-color: #FD2CA4; }
a { background-color: rgb(253,44,164); }
div.DivClassName
{
background-color: #FD2CA4;
}
.BgClassName
{
background-color: #FD2CA4;
}
</style>
border-color css
<style>
span { border-color: #FD2CA4; }
span { border-color: rgb(253,44,164); }
td.TdClassName
{
border-color: #FD2CA4;
}
.TagClassName
{
border-color: #FD2CA4;
}
</style>