Shades of Persian Rose #FD2EAC
Tints of Persian Rose #FD2EAC
RGB
CMYK
RGB Variations
Color information
#FD2EAC (or 0xFD2EAC) is known color: Persian Rose. HEX triplet: FD, 2E and AC. RGB value is (253,46,172). Sum of RGB (Red+Green+Blue) = 253+46+172=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2EAC is #02D153. Grayscale: #797979. Windows color (decimal): -184660 or 11284221. OLE color: 11284221.
HSL color Cylindrical-coordinate representation of color #FD2EAC: hue angle of 323.48º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2EAC is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 46 | 172 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.01 |
| HSL | 323.48º | 0.98% | 0.59% | - |
| HSV(B) | 323.48º | 0.82% | 0.99% | - |
| XYZ | 48.93 | 25.82 | 41.43 | - |
| YUV | 122.26 | 156.08 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 46 | 172 | 0 | 0.82 | 0.32 | 0.01 | 323.48 | 0.98 | 0.59 |
| Hex | FD | 2E | AC | 0 | 52 | 20 | 1 | 143 | 62 | 3B |
| Octal | 375 | 56 | 254 | 0 | 122 | 40 | 1 | 503 | 142 | 73 |
| Binary | 11111101 | 101110 | 10101100 | 0 | 1010010 | 100000 | 1 | 101000011 | 1100010 | 111011 |
Color Harmonies of #FD2EAC
Complementary color
Monochromatic Colors of #FD2EAC
Black with #FD2EAC
Text Example
Text Example
White with #FD2EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2EAC; }
p { color: rgb(253,46,172); }
H1.HeaderClassName
{
color: #FD2EAC;
}
.AnyTagClassName
{
color: #FD2EAC;
}
</style>
background-color css
<style>
a { background-color: #FD2EAC; }
a { background-color: rgb(253,46,172); }
div.DivClassName
{
background-color: #FD2EAC;
}
.BgClassName
{
background-color: #FD2EAC;
}
</style>
border-color css
<style>
span { border-color: #FD2EAC; }
span { border-color: rgb(253,46,172); }
td.TdClassName
{
border-color: #FD2EAC;
}
.TagClassName
{
border-color: #FD2EAC;
}
</style>