Shades of Persian Rose #FE269C
Tints of Persian Rose #FE269C
RGB
CMYK
RGB Variations
Color information
#FE269C (or 0xFE269C) is known color: Persian Rose. HEX triplet: FE, 26 and 9C. RGB value is (254,38,156). Sum of RGB (Red+Green+Blue) = 254+38+156=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 38 (15.23% from 255 or 8.48% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE269C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE269C is #01D963. Grayscale: #737373. Windows color (decimal): -121188 or 10233598. OLE color: 10233598.
HSL color Cylindrical-coordinate representation of color #FE269C: hue angle of 327.22º 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 #FE269C is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 156 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.00 |
| HSL | 327.22º | 0.99% | 0.57% | - |
| HSV(B) | 327.22º | 0.85% | 1% | - |
| XYZ | 47.57 | 24.86 | 33.74 | - |
| YUV | 116.04 | 150.56 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 156 | 0 | 0.85 | 0.39 | 0.00 | 327.22 | 0.99 | 0.57 |
| Hex | FE | 26 | 9C | 0 | 55 | 27 | 0 | 147 | 63 | 39 |
| Octal | 376 | 46 | 234 | 0 | 125 | 47 | 0 | 507 | 143 | 71 |
| Binary | 11111110 | 100110 | 10011100 | 0 | 1010101 | 100111 | 0 | 101000111 | 1100011 | 111001 |
Color Harmonies of #FE269C
Complementary color
Monochromatic Colors of #FE269C
Black with #FE269C
Text Example
Text Example
White with #FE269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE269C; }
p { color: rgb(254,38,156); }
H1.HeaderClassName
{
color: #FE269C;
}
.AnyTagClassName
{
color: #FE269C;
}
</style>
background-color css
<style>
a { background-color: #FE269C; }
a { background-color: rgb(254,38,156); }
div.DivClassName
{
background-color: #FE269C;
}
.BgClassName
{
background-color: #FE269C;
}
</style>
border-color css
<style>
span { border-color: #FE269C; }
span { border-color: rgb(254,38,156); }
td.TdClassName
{
border-color: #FE269C;
}
.TagClassName
{
border-color: #FE269C;
}
</style>