Shades of Persian Rose #FE269F
Tints of Persian Rose #FE269F
RGB
CMYK
RGB Variations
Color information
#FE269F (or 0xFE269F) is known color: Persian Rose. HEX triplet: FE, 26 and 9F. RGB value is (254,38,159). Sum of RGB (Red+Green+Blue) = 254+38+159=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 38 (15.23% from 255 or 8.43% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE269F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE269F is #01D960. Grayscale: #747474. Windows color (decimal): -121185 or 10430206. OLE color: 10430206.
HSL color Cylindrical-coordinate representation of color #FE269F: hue angle of 326.39º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE269F is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 159 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.00 |
| HSL | 326.39º | 0.99% | 0.57% | - |
| HSV(B) | 326.39º | 0.85% | 1% | - |
| XYZ | 47.82 | 24.96 | 35.1 | - |
| YUV | 116.38 | 152.06 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 159 | 0 | 0.85 | 0.37 | 0.00 | 326.39 | 0.99 | 0.57 |
| Hex | FE | 26 | 9F | 0 | 55 | 25 | 0 | 146 | 63 | 39 |
| Octal | 376 | 46 | 237 | 0 | 125 | 45 | 0 | 506 | 143 | 71 |
| Binary | 11111110 | 100110 | 10011111 | 0 | 1010101 | 100101 | 0 | 101000110 | 1100011 | 111001 |
Color Harmonies of #FE269F
Complementary color
Monochromatic Colors of #FE269F
Black with #FE269F
Text Example
Text Example
White with #FE269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE269F; }
p { color: rgb(254,38,159); }
H1.HeaderClassName
{
color: #FE269F;
}
.AnyTagClassName
{
color: #FE269F;
}
</style>
background-color css
<style>
a { background-color: #FE269F; }
a { background-color: rgb(254,38,159); }
div.DivClassName
{
background-color: #FE269F;
}
.BgClassName
{
background-color: #FE269F;
}
</style>
border-color css
<style>
span { border-color: #FE269F; }
span { border-color: rgb(254,38,159); }
td.TdClassName
{
border-color: #FE269F;
}
.TagClassName
{
border-color: #FE269F;
}
</style>