Shades of Persian Rose #FE34B1
Tints of Persian Rose #FE34B1
RGB
CMYK
RGB Variations
Color information
#FE34B1 (or 0xFE34B1) is known color: Persian Rose. HEX triplet: FE, 34 and B1. RGB value is (254,52,177). Sum of RGB (Red+Green+Blue) = 254+52+177=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 52 (20.70% from 255 or 10.77% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE34B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE34B1 is #01CB4E. Grayscale: #7E7E7E. Windows color (decimal): -117583 or 11613438. OLE color: 11613438.
HSL color Cylindrical-coordinate representation of color #FE34B1: hue angle of 322.87º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE34B1 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 177 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.00 |
| HSL | 322.87º | 0.99% | 0.6% | - |
| HSV(B) | 322.87º | 0.8% | 1% | - |
| XYZ | 50.04 | 26.7 | 44.11 | - |
| YUV | 126.65 | 156.42 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 177 | 0 | 0.80 | 0.30 | 0.00 | 322.87 | 0.99 | 0.6 |
| Hex | FE | 34 | B1 | 0 | 50 | 1E | 0 | 143 | 63 | 3C |
| Octal | 376 | 64 | 261 | 0 | 120 | 36 | 0 | 503 | 143 | 74 |
| Binary | 11111110 | 110100 | 10110001 | 0 | 1010000 | 11110 | 0 | 101000011 | 1100011 | 111100 |
Color Harmonies of #FE34B1
Complementary color
Monochromatic Colors of #FE34B1
Black with #FE34B1
Text Example
Text Example
White with #FE34B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE34B1; }
p { color: rgb(254,52,177); }
H1.HeaderClassName
{
color: #FE34B1;
}
.AnyTagClassName
{
color: #FE34B1;
}
</style>
background-color css
<style>
a { background-color: #FE34B1; }
a { background-color: rgb(254,52,177); }
div.DivClassName
{
background-color: #FE34B1;
}
.BgClassName
{
background-color: #FE34B1;
}
</style>
border-color css
<style>
span { border-color: #FE34B1; }
span { border-color: rgb(254,52,177); }
td.TdClassName
{
border-color: #FE34B1;
}
.TagClassName
{
border-color: #FE34B1;
}
</style>