Shades of Persian Rose #FE37B3
Tints of Persian Rose #FE37B3
RGB
CMYK
RGB Variations
Color information
#FE37B3 (or 0xFE37B3) is known color: Persian Rose. HEX triplet: FE, 37 and B3. RGB value is (254,55,179). Sum of RGB (Red+Green+Blue) = 254+55+179=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 55 (21.88% from 255 or 11.27% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE37B3 is #01C84C. Grayscale: #808080. Windows color (decimal): -116813 or 11745278. OLE color: 11745278.
HSL color Cylindrical-coordinate representation of color #FE37B3: hue angle of 322.61º 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 #FE37B3 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 179 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.00 |
| HSL | 322.61º | 0.99% | 0.61% | - |
| HSV(B) | 322.61º | 0.78% | 1% | - |
| XYZ | 50.38 | 27.06 | 45.22 | - |
| YUV | 128.64 | 156.43 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 179 | 0 | 0.78 | 0.30 | 0.00 | 322.61 | 0.99 | 0.61 |
| Hex | FE | 37 | B3 | 0 | 4E | 1E | 0 | 143 | 63 | 3D |
| Octal | 376 | 67 | 263 | 0 | 116 | 36 | 0 | 503 | 143 | 75 |
| Binary | 11111110 | 110111 | 10110011 | 0 | 1001110 | 11110 | 0 | 101000011 | 1100011 | 111101 |
Color Harmonies of #FE37B3
Complementary color
Monochromatic Colors of #FE37B3
Black with #FE37B3
Text Example
Text Example
White with #FE37B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE37B3; }
p { color: rgb(254,55,179); }
H1.HeaderClassName
{
color: #FE37B3;
}
.AnyTagClassName
{
color: #FE37B3;
}
</style>
background-color css
<style>
a { background-color: #FE37B3; }
a { background-color: rgb(254,55,179); }
div.DivClassName
{
background-color: #FE37B3;
}
.BgClassName
{
background-color: #FE37B3;
}
</style>
border-color css
<style>
span { border-color: #FE37B3; }
span { border-color: rgb(254,55,179); }
td.TdClassName
{
border-color: #FE37B3;
}
.TagClassName
{
border-color: #FE37B3;
}
</style>