Shades of Persian Rose #FE3FB1
Tints of Persian Rose #FE3FB1
RGB
CMYK
RGB Variations
Color information
#FE3FB1 (or 0xFE3FB1) is known color: Persian Rose. HEX triplet: FE, 3F and B1. RGB value is (254,63,177). Sum of RGB (Red+Green+Blue) = 254+63+177=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 63 (25% from 255 or 12.75% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3FB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3FB1 is #01C04E. Grayscale: #848484. Windows color (decimal): -114767 or 11616254. OLE color: 11616254.
HSL color Cylindrical-coordinate representation of color #FE3FB1: hue angle of 324.19º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE3FB1 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 177 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.00 |
| HSL | 324.19º | 0.99% | 0.62% | - |
| HSV(B) | 324.19º | 0.75% | 1% | - |
| XYZ | 50.59 | 27.8 | 44.29 | - |
| YUV | 133.11 | 152.78 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 177 | 0 | 0.75 | 0.30 | 0.00 | 324.19 | 0.99 | 0.62 |
| Hex | FE | 3F | B1 | 0 | 4B | 1E | 0 | 144 | 63 | 3E |
| Octal | 376 | 77 | 261 | 0 | 113 | 36 | 0 | 504 | 143 | 76 |
| Binary | 11111110 | 111111 | 10110001 | 0 | 1001011 | 11110 | 0 | 101000100 | 1100011 | 111110 |
Color Harmonies of #FE3FB1
Complementary color
Monochromatic Colors of #FE3FB1
Black with #FE3FB1
Text Example
Text Example
White with #FE3FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3FB1; }
p { color: rgb(254,63,177); }
H1.HeaderClassName
{
color: #FE3FB1;
}
.AnyTagClassName
{
color: #FE3FB1;
}
</style>
background-color css
<style>
a { background-color: #FE3FB1; }
a { background-color: rgb(254,63,177); }
div.DivClassName
{
background-color: #FE3FB1;
}
.BgClassName
{
background-color: #FE3FB1;
}
</style>
border-color css
<style>
span { border-color: #FE3FB1; }
span { border-color: rgb(254,63,177); }
td.TdClassName
{
border-color: #FE3FB1;
}
.TagClassName
{
border-color: #FE3FB1;
}
</style>