Shades of Persian Rose #FE2DB0
Tints of Persian Rose #FE2DB0
RGB
CMYK
RGB Variations
Color information
#FE2DB0 (or 0xFE2DB0) is known color: Persian Rose. HEX triplet: FE, 2D and B0. RGB value is (254,45,176). Sum of RGB (Red+Green+Blue) = 254+45+176=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2DB0 is #01D24F. Grayscale: #7A7A7A. Windows color (decimal): -119376 or 11546110. OLE color: 11546110.
HSL color Cylindrical-coordinate representation of color #FE2DB0: hue angle of 322.39º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2DB0 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 176 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.00 |
| HSL | 322.39º | 0.99% | 0.59% | - |
| HSV(B) | 322.39º | 0.82% | 1% | - |
| XYZ | 49.65 | 26.08 | 43.49 | - |
| YUV | 122.43 | 158.24 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 176 | 0 | 0.82 | 0.31 | 0.00 | 322.39 | 0.99 | 0.59 |
| Hex | FE | 2D | B0 | 0 | 52 | 1F | 0 | 142 | 63 | 3B |
| Octal | 376 | 55 | 260 | 0 | 122 | 37 | 0 | 502 | 143 | 73 |
| Binary | 11111110 | 101101 | 10110000 | 0 | 1010010 | 11111 | 0 | 101000010 | 1100011 | 111011 |
Color Harmonies of #FE2DB0
Complementary color
Monochromatic Colors of #FE2DB0
Black with #FE2DB0
Text Example
Text Example
White with #FE2DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DB0; }
p { color: rgb(254,45,176); }
H1.HeaderClassName
{
color: #FE2DB0;
}
.AnyTagClassName
{
color: #FE2DB0;
}
</style>
background-color css
<style>
a { background-color: #FE2DB0; }
a { background-color: rgb(254,45,176); }
div.DivClassName
{
background-color: #FE2DB0;
}
.BgClassName
{
background-color: #FE2DB0;
}
</style>
border-color css
<style>
span { border-color: #FE2DB0; }
span { border-color: rgb(254,45,176); }
td.TdClassName
{
border-color: #FE2DB0;
}
.TagClassName
{
border-color: #FE2DB0;
}
</style>