Shades of Persian Rose #FE2FAD
Tints of Persian Rose #FE2FAD
RGB
CMYK
RGB Variations
Color information
#FE2FAD (or 0xFE2FAD) is known color: Persian Rose. HEX triplet: FE, 2F and AD. RGB value is (254,47,173). Sum of RGB (Red+Green+Blue) = 254+47+173=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 47 (18.75% from 255 or 9.92% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2FAD is #01D052. Grayscale: #7A7A7A. Windows color (decimal): -118867 or 11350014. OLE color: 11350014.
HSL color Cylindrical-coordinate representation of color #FE2FAD: hue angle of 323.48º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE2FAD is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 173 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.00 |
| HSL | 323.48º | 0.99% | 0.59% | - |
| HSV(B) | 323.48º | 0.81% | 1% | - |
| XYZ | 49.43 | 26.12 | 41.97 | - |
| YUV | 123.26 | 156.08 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 173 | 0 | 0.81 | 0.32 | 0.00 | 323.48 | 0.99 | 0.59 |
| Hex | FE | 2F | AD | 0 | 51 | 20 | 0 | 143 | 63 | 3B |
| Octal | 376 | 57 | 255 | 0 | 121 | 40 | 0 | 503 | 143 | 73 |
| Binary | 11111110 | 101111 | 10101101 | 0 | 1010001 | 100000 | 0 | 101000011 | 1100011 | 111011 |
Color Harmonies of #FE2FAD
Complementary color
Monochromatic Colors of #FE2FAD
Black with #FE2FAD
Text Example
Text Example
White with #FE2FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2FAD; }
p { color: rgb(254,47,173); }
H1.HeaderClassName
{
color: #FE2FAD;
}
.AnyTagClassName
{
color: #FE2FAD;
}
</style>
background-color css
<style>
a { background-color: #FE2FAD; }
a { background-color: rgb(254,47,173); }
div.DivClassName
{
background-color: #FE2FAD;
}
.BgClassName
{
background-color: #FE2FAD;
}
</style>
border-color css
<style>
span { border-color: #FE2FAD; }
span { border-color: rgb(254,47,173); }
td.TdClassName
{
border-color: #FE2FAD;
}
.TagClassName
{
border-color: #FE2FAD;
}
</style>