Shades of Persian Rose #FE38A9
Tints of Persian Rose #FE38A9
RGB
CMYK
RGB Variations
Color information
#FE38A9 (or 0xFE38A9) is known color: Persian Rose. HEX triplet: FE, 38 and A9. RGB value is (254,56,169). Sum of RGB (Red+Green+Blue) = 254+56+169=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 56 (22.27% from 255 or 11.69% from 479); Blue value is 169 (66.41% from 255 or 35.28% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE38A9 is #01C756. Grayscale: #7F7F7F. Windows color (decimal): -116567 or 11090174. OLE color: 11090174.
HSL color Cylindrical-coordinate representation of color #FE38A9: hue angle of 325.76º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE38A9 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 169 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.00 |
| HSL | 325.76º | 0.99% | 0.61% | - |
| HSV(B) | 325.76º | 0.78% | 1% | - |
| XYZ | 49.45 | 26.76 | 40.1 | - |
| YUV | 128.08 | 151.1 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 169 | 0 | 0.78 | 0.33 | 0.00 | 325.76 | 0.99 | 0.61 |
| Hex | FE | 38 | A9 | 0 | 4E | 21 | 0 | 146 | 63 | 3D |
| Octal | 376 | 70 | 251 | 0 | 116 | 41 | 0 | 506 | 143 | 75 |
| Binary | 11111110 | 111000 | 10101001 | 0 | 1001110 | 100001 | 0 | 101000110 | 1100011 | 111101 |
Color Harmonies of #FE38A9
Complementary color
Monochromatic Colors of #FE38A9
Black with #FE38A9
Text Example
Text Example
White with #FE38A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE38A9; }
p { color: rgb(254,56,169); }
H1.HeaderClassName
{
color: #FE38A9;
}
.AnyTagClassName
{
color: #FE38A9;
}
</style>
background-color css
<style>
a { background-color: #FE38A9; }
a { background-color: rgb(254,56,169); }
div.DivClassName
{
background-color: #FE38A9;
}
.BgClassName
{
background-color: #FE38A9;
}
</style>
border-color css
<style>
span { border-color: #FE38A9; }
span { border-color: rgb(254,56,169); }
td.TdClassName
{
border-color: #FE38A9;
}
.TagClassName
{
border-color: #FE38A9;
}
</style>