Shades of Persian Rose #FE28AD
Tints of Persian Rose #FE28AD
RGB
CMYK
RGB Variations
Color information
#FE28AD (or 0xFE28AD) is known color: Persian Rose. HEX triplet: FE, 28 and AD. RGB value is (254,40,173). Sum of RGB (Red+Green+Blue) = 254+40+173=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE28AD is #01D752. Grayscale: #767676. Windows color (decimal): -120659 or 11348222. OLE color: 11348222.
HSL color Cylindrical-coordinate representation of color #FE28AD: hue angle of 322.71º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE28AD is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 173 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.00 |
| HSL | 322.71º | 0.99% | 0.58% | - |
| HSV(B) | 322.71º | 0.84% | 1% | - |
| XYZ | 49.17 | 25.61 | 41.89 | - |
| YUV | 119.15 | 158.4 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 173 | 0 | 0.84 | 0.32 | 0.00 | 322.71 | 0.99 | 0.58 |
| Hex | FE | 28 | AD | 0 | 54 | 20 | 0 | 143 | 63 | 3A |
| Octal | 376 | 50 | 255 | 0 | 124 | 40 | 0 | 503 | 143 | 72 |
| Binary | 11111110 | 101000 | 10101101 | 0 | 1010100 | 100000 | 0 | 101000011 | 1100011 | 111010 |
Color Harmonies of #FE28AD
Complementary color
Monochromatic Colors of #FE28AD
Black with #FE28AD
Text Example
Text Example
White with #FE28AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE28AD; }
p { color: rgb(254,40,173); }
H1.HeaderClassName
{
color: #FE28AD;
}
.AnyTagClassName
{
color: #FE28AD;
}
</style>
background-color css
<style>
a { background-color: #FE28AD; }
a { background-color: rgb(254,40,173); }
div.DivClassName
{
background-color: #FE28AD;
}
.BgClassName
{
background-color: #FE28AD;
}
</style>
border-color css
<style>
span { border-color: #FE28AD; }
span { border-color: rgb(254,40,173); }
td.TdClassName
{
border-color: #FE28AD;
}
.TagClassName
{
border-color: #FE28AD;
}
</style>