Shades of Persian Rose #FD28AC
Tints of Persian Rose #FD28AC
RGB
CMYK
RGB Variations
Color information
#FD28AC (or 0xFD28AC) is known color: Persian Rose. HEX triplet: FD, 28 and AC. RGB value is (253,40,172). Sum of RGB (Red+Green+Blue) = 253+40+172=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD28AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD28AC is #02D753. Grayscale: #767676. Windows color (decimal): -186196 or 11282685. OLE color: 11282685.
HSL color Cylindrical-coordinate representation of color #FD28AC: hue angle of 322.82º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD28AC is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 172 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.01 |
| HSL | 322.82º | 0.98% | 0.57% | - |
| HSV(B) | 322.82º | 0.84% | 0.99% | - |
| XYZ | 48.71 | 25.38 | 41.36 | - |
| YUV | 118.74 | 158.07 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 172 | 0 | 0.84 | 0.32 | 0.01 | 322.82 | 0.98 | 0.57 |
| Hex | FD | 28 | AC | 0 | 54 | 20 | 1 | 143 | 62 | 39 |
| Octal | 375 | 50 | 254 | 0 | 124 | 40 | 1 | 503 | 142 | 71 |
| Binary | 11111101 | 101000 | 10101100 | 0 | 1010100 | 100000 | 1 | 101000011 | 1100010 | 111001 |
Color Harmonies of #FD28AC
Complementary color
Monochromatic Colors of #FD28AC
Black with #FD28AC
Text Example
Text Example
White with #FD28AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD28AC; }
p { color: rgb(253,40,172); }
H1.HeaderClassName
{
color: #FD28AC;
}
.AnyTagClassName
{
color: #FD28AC;
}
</style>
background-color css
<style>
a { background-color: #FD28AC; }
a { background-color: rgb(253,40,172); }
div.DivClassName
{
background-color: #FD28AC;
}
.BgClassName
{
background-color: #FD28AC;
}
</style>
border-color css
<style>
span { border-color: #FD28AC; }
span { border-color: rgb(253,40,172); }
td.TdClassName
{
border-color: #FD28AC;
}
.TagClassName
{
border-color: #FD28AC;
}
</style>