Shades of Persian Rose #FE31AD
Tints of Persian Rose #FE31AD
RGB
CMYK
RGB Variations
Color information
#FE31AD (or 0xFE31AD) is known color: Persian Rose. HEX triplet: FE, 31 and AD. RGB value is (254,49,173). Sum of RGB (Red+Green+Blue) = 254+49+173=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 49 (19.53% from 255 or 10.29% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE31AD is #01CE52. Grayscale: #7C7C7C. Windows color (decimal): -118355 or 11350526. OLE color: 11350526.
HSL color Cylindrical-coordinate representation of color #FE31AD: hue angle of 323.71º 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 #FE31AD is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 173 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.00 |
| HSL | 323.71º | 0.99% | 0.59% | - |
| HSV(B) | 323.71º | 0.81% | 1% | - |
| XYZ | 49.51 | 26.28 | 42 | - |
| YUV | 124.43 | 155.42 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 173 | 0 | 0.81 | 0.32 | 0.00 | 323.71 | 0.99 | 0.59 |
| Hex | FE | 31 | AD | 0 | 51 | 20 | 0 | 144 | 63 | 3B |
| Octal | 376 | 61 | 255 | 0 | 121 | 40 | 0 | 504 | 143 | 73 |
| Binary | 11111110 | 110001 | 10101101 | 0 | 1010001 | 100000 | 0 | 101000100 | 1100011 | 111011 |
Color Harmonies of #FE31AD
Complementary color
Monochromatic Colors of #FE31AD
Black with #FE31AD
Text Example
Text Example
White with #FE31AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE31AD; }
p { color: rgb(254,49,173); }
H1.HeaderClassName
{
color: #FE31AD;
}
.AnyTagClassName
{
color: #FE31AD;
}
</style>
background-color css
<style>
a { background-color: #FE31AD; }
a { background-color: rgb(254,49,173); }
div.DivClassName
{
background-color: #FE31AD;
}
.BgClassName
{
background-color: #FE31AD;
}
</style>
border-color css
<style>
span { border-color: #FE31AD; }
span { border-color: rgb(254,49,173); }
td.TdClassName
{
border-color: #FE31AD;
}
.TagClassName
{
border-color: #FE31AD;
}
</style>