Shades of Persian Rose #FE2CA6
Tints of Persian Rose #FE2CA6
RGB
CMYK
RGB Variations
Color information
#FE2CA6 (or 0xFE2CA6) is known color: Persian Rose. HEX triplet: FE, 2C and A6. RGB value is (254,44,166). Sum of RGB (Red+Green+Blue) = 254+44+166=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 44 (17.58% from 255 or 9.48% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2CA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2CA6 is #01D359. Grayscale: #787878. Windows color (decimal): -119642 or 10890494. OLE color: 10890494.
HSL color Cylindrical-coordinate representation of color #FE2CA6: hue angle of 325.14º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2CA6 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 44 | 166 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.00 |
| HSL | 325.14º | 0.99% | 0.58% | - |
| HSV(B) | 325.14º | 0.83% | 1% | - |
| XYZ | 48.66 | 25.63 | 38.46 | - |
| YUV | 120.7 | 153.57 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 44 | 166 | 0 | 0.83 | 0.35 | 0.00 | 325.14 | 0.99 | 0.58 |
| Hex | FE | 2C | A6 | 0 | 53 | 23 | 0 | 145 | 63 | 3A |
| Octal | 376 | 54 | 246 | 0 | 123 | 43 | 0 | 505 | 143 | 72 |
| Binary | 11111110 | 101100 | 10100110 | 0 | 1010011 | 100011 | 0 | 101000101 | 1100011 | 111010 |
Color Harmonies of #FE2CA6
Complementary color
Monochromatic Colors of #FE2CA6
Black with #FE2CA6
Text Example
Text Example
White with #FE2CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2CA6; }
p { color: rgb(254,44,166); }
H1.HeaderClassName
{
color: #FE2CA6;
}
.AnyTagClassName
{
color: #FE2CA6;
}
</style>
background-color css
<style>
a { background-color: #FE2CA6; }
a { background-color: rgb(254,44,166); }
div.DivClassName
{
background-color: #FE2CA6;
}
.BgClassName
{
background-color: #FE2CA6;
}
</style>
border-color css
<style>
span { border-color: #FE2CA6; }
span { border-color: rgb(254,44,166); }
td.TdClassName
{
border-color: #FE2CA6;
}
.TagClassName
{
border-color: #FE2CA6;
}
</style>