Shades of Persian Rose #FE2CAF
Tints of Persian Rose #FE2CAF
RGB
CMYK
RGB Variations
Color information
#FE2CAF (or 0xFE2CAF) is known color: Persian Rose. HEX triplet: FE, 2C and AF. RGB value is (254,44,175). Sum of RGB (Red+Green+Blue) = 254+44+175=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 44 (17.58% from 255 or 9.30% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2CAF is #01D350. Grayscale: #797979. Windows color (decimal): -119633 or 11480318. OLE color: 11480318.
HSL color Cylindrical-coordinate representation of color #FE2CAF: hue angle of 322.57º 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 #FE2CAF is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 44 | 175 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.00 |
| HSL | 322.57º | 0.99% | 0.58% | - |
| HSV(B) | 322.57º | 0.83% | 1% | - |
| XYZ | 49.51 | 25.97 | 42.96 | - |
| YUV | 121.72 | 158.07 | 222.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 44 | 175 | 0 | 0.83 | 0.31 | 0.00 | 322.57 | 0.99 | 0.58 |
| Hex | FE | 2C | AF | 0 | 53 | 1F | 0 | 143 | 63 | 3A |
| Octal | 376 | 54 | 257 | 0 | 123 | 37 | 0 | 503 | 143 | 72 |
| Binary | 11111110 | 101100 | 10101111 | 0 | 1010011 | 11111 | 0 | 101000011 | 1100011 | 111010 |
Color Harmonies of #FE2CAF
Complementary color
Monochromatic Colors of #FE2CAF
Black with #FE2CAF
Text Example
Text Example
White with #FE2CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2CAF; }
p { color: rgb(254,44,175); }
H1.HeaderClassName
{
color: #FE2CAF;
}
.AnyTagClassName
{
color: #FE2CAF;
}
</style>
background-color css
<style>
a { background-color: #FE2CAF; }
a { background-color: rgb(254,44,175); }
div.DivClassName
{
background-color: #FE2CAF;
}
.BgClassName
{
background-color: #FE2CAF;
}
</style>
border-color css
<style>
span { border-color: #FE2CAF; }
span { border-color: rgb(254,44,175); }
td.TdClassName
{
border-color: #FE2CAF;
}
.TagClassName
{
border-color: #FE2CAF;
}
</style>