Shades of Persian Rose #FE31AC
Tints of Persian Rose #FE31AC
RGB
CMYK
RGB Variations
Color information
#FE31AC (or 0xFE31AC) is known color: Persian Rose. HEX triplet: FE, 31 and AC. RGB value is (254,49,172). Sum of RGB (Red+Green+Blue) = 254+49+172=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 49 (19.53% from 255 or 10.32% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE31AC is #01CE53. Grayscale: #7C7C7C. Windows color (decimal): -118356 or 11284990. OLE color: 11284990.
HSL color Cylindrical-coordinate representation of color #FE31AC: hue angle of 324º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE31AC is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 172 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.00 |
| HSL | 324º | 0.99% | 0.59% | - |
| HSV(B) | 324º | 0.81% | 1% | - |
| XYZ | 49.42 | 26.25 | 41.49 | - |
| YUV | 124.32 | 154.92 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 172 | 0 | 0.81 | 0.32 | 0.00 | 324 | 0.99 | 0.59 |
| Hex | FE | 31 | AC | 0 | 51 | 20 | 0 | 144 | 63 | 3B |
| Octal | 376 | 61 | 254 | 0 | 121 | 40 | 0 | 504 | 143 | 73 |
| Binary | 11111110 | 110001 | 10101100 | 0 | 1010001 | 100000 | 0 | 101000100 | 1100011 | 111011 |
Color Harmonies of #FE31AC
Complementary color
Monochromatic Colors of #FE31AC
Black with #FE31AC
Text Example
Text Example
White with #FE31AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE31AC; }
p { color: rgb(254,49,172); }
H1.HeaderClassName
{
color: #FE31AC;
}
.AnyTagClassName
{
color: #FE31AC;
}
</style>
background-color css
<style>
a { background-color: #FE31AC; }
a { background-color: rgb(254,49,172); }
div.DivClassName
{
background-color: #FE31AC;
}
.BgClassName
{
background-color: #FE31AC;
}
</style>
border-color css
<style>
span { border-color: #FE31AC; }
span { border-color: rgb(254,49,172); }
td.TdClassName
{
border-color: #FE31AC;
}
.TagClassName
{
border-color: #FE31AC;
}
</style>