Shades of Persian Rose #FE39B1
Tints of Persian Rose #FE39B1
RGB
CMYK
RGB Variations
Color information
#FE39B1 (or 0xFE39B1) is known color: Persian Rose. HEX triplet: FE, 39 and B1. RGB value is (254,57,177). Sum of RGB (Red+Green+Blue) = 254+57+177=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 57 (22.66% from 255 or 11.68% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE39B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE39B1 is #01C64E. Grayscale: #818181. Windows color (decimal): -116303 or 11614718. OLE color: 11614718.
HSL color Cylindrical-coordinate representation of color #FE39B1: hue angle of 323.45º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE39B1 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 177 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.00 |
| HSL | 323.45º | 0.99% | 0.61% | - |
| HSV(B) | 323.45º | 0.78% | 1% | - |
| XYZ | 50.27 | 27.17 | 44.19 | - |
| YUV | 129.58 | 154.77 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 177 | 0 | 0.78 | 0.30 | 0.00 | 323.45 | 0.99 | 0.61 |
| Hex | FE | 39 | B1 | 0 | 4E | 1E | 0 | 143 | 63 | 3D |
| Octal | 376 | 71 | 261 | 0 | 116 | 36 | 0 | 503 | 143 | 75 |
| Binary | 11111110 | 111001 | 10110001 | 0 | 1001110 | 11110 | 0 | 101000011 | 1100011 | 111101 |
Color Harmonies of #FE39B1
Complementary color
Monochromatic Colors of #FE39B1
Black with #FE39B1
Text Example
Text Example
White with #FE39B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE39B1; }
p { color: rgb(254,57,177); }
H1.HeaderClassName
{
color: #FE39B1;
}
.AnyTagClassName
{
color: #FE39B1;
}
</style>
background-color css
<style>
a { background-color: #FE39B1; }
a { background-color: rgb(254,57,177); }
div.DivClassName
{
background-color: #FE39B1;
}
.BgClassName
{
background-color: #FE39B1;
}
</style>
border-color css
<style>
span { border-color: #FE39B1; }
span { border-color: rgb(254,57,177); }
td.TdClassName
{
border-color: #FE39B1;
}
.TagClassName
{
border-color: #FE39B1;
}
</style>