Shades of Persian Rose #FE37B1
Tints of Persian Rose #FE37B1
RGB
CMYK
RGB Variations
Color information
#FE37B1 (or 0xFE37B1) is known color: Persian Rose. HEX triplet: FE, 37 and B1. RGB value is (254,55,177). Sum of RGB (Red+Green+Blue) = 254+55+177=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 55 (21.88% from 255 or 11.32% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE37B1 is #01C84E. Grayscale: #808080. Windows color (decimal): -116815 or 11614206. OLE color: 11614206.
HSL color Cylindrical-coordinate representation of color #FE37B1: hue angle of 323.22º 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 #FE37B1 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 177 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.00 |
| HSL | 323.22º | 0.99% | 0.61% | - |
| HSV(B) | 323.22º | 0.78% | 1% | - |
| XYZ | 50.18 | 26.98 | 44.16 | - |
| YUV | 128.41 | 155.43 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 177 | 0 | 0.78 | 0.30 | 0.00 | 323.22 | 0.99 | 0.61 |
| Hex | FE | 37 | B1 | 0 | 4E | 1E | 0 | 143 | 63 | 3D |
| Octal | 376 | 67 | 261 | 0 | 116 | 36 | 0 | 503 | 143 | 75 |
| Binary | 11111110 | 110111 | 10110001 | 0 | 1001110 | 11110 | 0 | 101000011 | 1100011 | 111101 |
Color Harmonies of #FE37B1
Complementary color
Monochromatic Colors of #FE37B1
Black with #FE37B1
Text Example
Text Example
White with #FE37B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE37B1; }
p { color: rgb(254,55,177); }
H1.HeaderClassName
{
color: #FE37B1;
}
.AnyTagClassName
{
color: #FE37B1;
}
</style>
background-color css
<style>
a { background-color: #FE37B1; }
a { background-color: rgb(254,55,177); }
div.DivClassName
{
background-color: #FE37B1;
}
.BgClassName
{
background-color: #FE37B1;
}
</style>
border-color css
<style>
span { border-color: #FE37B1; }
span { border-color: rgb(254,55,177); }
td.TdClassName
{
border-color: #FE37B1;
}
.TagClassName
{
border-color: #FE37B1;
}
</style>