Shades of Persian Rose #FE31AF
Tints of Persian Rose #FE31AF
RGB
CMYK
RGB Variations
Color information
#FE31AF (or 0xFE31AF) is known color: Persian Rose. HEX triplet: FE, 31 and AF. RGB value is (254,49,175). Sum of RGB (Red+Green+Blue) = 254+49+175=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE31AF is #01CE50. Grayscale: #7C7C7C. Windows color (decimal): -118353 or 11481598. OLE color: 11481598.
HSL color Cylindrical-coordinate representation of color #FE31AF: hue angle of 323.12º 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 #FE31AF is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 175 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.00 |
| HSL | 323.12º | 0.99% | 0.59% | - |
| HSV(B) | 323.12º | 0.81% | 1% | - |
| XYZ | 49.71 | 26.36 | 43.03 | - |
| YUV | 124.66 | 156.42 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 175 | 0 | 0.81 | 0.31 | 0.00 | 323.12 | 0.99 | 0.59 |
| Hex | FE | 31 | AF | 0 | 51 | 1F | 0 | 143 | 63 | 3B |
| Octal | 376 | 61 | 257 | 0 | 121 | 37 | 0 | 503 | 143 | 73 |
| Binary | 11111110 | 110001 | 10101111 | 0 | 1010001 | 11111 | 0 | 101000011 | 1100011 | 111011 |
Color Harmonies of #FE31AF
Complementary color
Monochromatic Colors of #FE31AF
Black with #FE31AF
Text Example
Text Example
White with #FE31AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE31AF; }
p { color: rgb(254,49,175); }
H1.HeaderClassName
{
color: #FE31AF;
}
.AnyTagClassName
{
color: #FE31AF;
}
</style>
background-color css
<style>
a { background-color: #FE31AF; }
a { background-color: rgb(254,49,175); }
div.DivClassName
{
background-color: #FE31AF;
}
.BgClassName
{
background-color: #FE31AF;
}
</style>
border-color css
<style>
span { border-color: #FE31AF; }
span { border-color: rgb(254,49,175); }
td.TdClassName
{
border-color: #FE31AF;
}
.TagClassName
{
border-color: #FE31AF;
}
</style>