Shades of Persian Rose #FE3CB4
Tints of Persian Rose #FE3CB4
RGB
CMYK
RGB Variations
Color information
#FE3CB4 (or 0xFE3CB4) is known color: Persian Rose. HEX triplet: FE, 3C and B4. RGB value is (254,60,180). Sum of RGB (Red+Green+Blue) = 254+60+180=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 60 (23.83% from 255 or 12.15% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3CB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3CB4 is #01C34B. Grayscale: #838383. Windows color (decimal): -115532 or 11812094. OLE color: 11812094.
HSL color Cylindrical-coordinate representation of color #FE3CB4: hue angle of 322.89º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3CB4 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 180 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.00 |
| HSL | 322.89º | 0.99% | 0.62% | - |
| HSV(B) | 322.89º | 0.76% | 1% | - |
| XYZ | 50.73 | 27.6 | 45.83 | - |
| YUV | 131.69 | 155.27 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 180 | 0 | 0.76 | 0.29 | 0.00 | 322.89 | 0.99 | 0.62 |
| Hex | FE | 3C | B4 | 0 | 4C | 1D | 0 | 143 | 63 | 3E |
| Octal | 376 | 74 | 264 | 0 | 114 | 35 | 0 | 503 | 143 | 76 |
| Binary | 11111110 | 111100 | 10110100 | 0 | 1001100 | 11101 | 0 | 101000011 | 1100011 | 111110 |
Color Harmonies of #FE3CB4
Complementary color
Monochromatic Colors of #FE3CB4
Black with #FE3CB4
Text Example
Text Example
White with #FE3CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3CB4; }
p { color: rgb(254,60,180); }
H1.HeaderClassName
{
color: #FE3CB4;
}
.AnyTagClassName
{
color: #FE3CB4;
}
</style>
background-color css
<style>
a { background-color: #FE3CB4; }
a { background-color: rgb(254,60,180); }
div.DivClassName
{
background-color: #FE3CB4;
}
.BgClassName
{
background-color: #FE3CB4;
}
</style>
border-color css
<style>
span { border-color: #FE3CB4; }
span { border-color: rgb(254,60,180); }
td.TdClassName
{
border-color: #FE3CB4;
}
.TagClassName
{
border-color: #FE3CB4;
}
</style>