Shades of Persian Rose #FE28AC
Tints of Persian Rose #FE28AC
RGB
CMYK
RGB Variations
Color information
#FE28AC (or 0xFE28AC) is known color: Persian Rose. HEX triplet: FE, 28 and AC. RGB value is (254,40,172). Sum of RGB (Red+Green+Blue) = 254+40+172=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 40 (16.02% from 255 or 8.58% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE28AC is #01D753. Grayscale: #767676. Windows color (decimal): -120660 or 11282686. OLE color: 11282686.
HSL color Cylindrical-coordinate representation of color #FE28AC: hue angle of 322.99º 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 #FE28AC is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 172 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.00 |
| HSL | 322.99º | 0.99% | 0.58% | - |
| HSV(B) | 322.99º | 0.84% | 1% | - |
| XYZ | 49.08 | 25.57 | 41.38 | - |
| YUV | 119.03 | 157.9 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 172 | 0 | 0.84 | 0.32 | 0.00 | 322.99 | 0.99 | 0.58 |
| Hex | FE | 28 | AC | 0 | 54 | 20 | 0 | 143 | 63 | 3A |
| Octal | 376 | 50 | 254 | 0 | 124 | 40 | 0 | 503 | 143 | 72 |
| Binary | 11111110 | 101000 | 10101100 | 0 | 1010100 | 100000 | 0 | 101000011 | 1100011 | 111010 |
Color Harmonies of #FE28AC
Complementary color
Monochromatic Colors of #FE28AC
Black with #FE28AC
Text Example
Text Example
White with #FE28AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE28AC; }
p { color: rgb(254,40,172); }
H1.HeaderClassName
{
color: #FE28AC;
}
.AnyTagClassName
{
color: #FE28AC;
}
</style>
background-color css
<style>
a { background-color: #FE28AC; }
a { background-color: rgb(254,40,172); }
div.DivClassName
{
background-color: #FE28AC;
}
.BgClassName
{
background-color: #FE28AC;
}
</style>
border-color css
<style>
span { border-color: #FE28AC; }
span { border-color: rgb(254,40,172); }
td.TdClassName
{
border-color: #FE28AC;
}
.TagClassName
{
border-color: #FE28AC;
}
</style>