Shades of Persian Rose #FE39B0
Tints of Persian Rose #FE39B0
RGB
CMYK
RGB Variations
Color information
#FE39B0 (or 0xFE39B0) is known color: Persian Rose. HEX triplet: FE, 39 and B0. RGB value is (254,57,176). Sum of RGB (Red+Green+Blue) = 254+57+176=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 57 (22.66% from 255 or 11.70% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE39B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE39B0 is #01C64F. Grayscale: #818181. Windows color (decimal): -116304 or 11549182. OLE color: 11549182.
HSL color Cylindrical-coordinate representation of color #FE39B0: hue angle of 323.76º 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 #FE39B0 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 176 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.00 |
| HSL | 323.76º | 0.99% | 0.61% | - |
| HSV(B) | 323.76º | 0.78% | 1% | - |
| XYZ | 50.17 | 27.13 | 43.67 | - |
| YUV | 129.47 | 154.27 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 176 | 0 | 0.78 | 0.31 | 0.00 | 323.76 | 0.99 | 0.61 |
| Hex | FE | 39 | B0 | 0 | 4E | 1F | 0 | 144 | 63 | 3D |
| Octal | 376 | 71 | 260 | 0 | 116 | 37 | 0 | 504 | 143 | 75 |
| Binary | 11111110 | 111001 | 10110000 | 0 | 1001110 | 11111 | 0 | 101000100 | 1100011 | 111101 |
Color Harmonies of #FE39B0
Complementary color
Monochromatic Colors of #FE39B0
Black with #FE39B0
Text Example
Text Example
White with #FE39B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE39B0; }
p { color: rgb(254,57,176); }
H1.HeaderClassName
{
color: #FE39B0;
}
.AnyTagClassName
{
color: #FE39B0;
}
</style>
background-color css
<style>
a { background-color: #FE39B0; }
a { background-color: rgb(254,57,176); }
div.DivClassName
{
background-color: #FE39B0;
}
.BgClassName
{
background-color: #FE39B0;
}
</style>
border-color css
<style>
span { border-color: #FE39B0; }
span { border-color: rgb(254,57,176); }
td.TdClassName
{
border-color: #FE39B0;
}
.TagClassName
{
border-color: #FE39B0;
}
</style>