Shades of Persian Rose #FE2B9C
Tints of Persian Rose #FE2B9C
RGB
CMYK
RGB Variations
Color information
#FE2B9C (or 0xFE2B9C) is known color: Persian Rose. HEX triplet: FE, 2B and 9C. RGB value is (254,43,156). Sum of RGB (Red+Green+Blue) = 254+43+156=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2B9C is #01D463. Grayscale: #767676. Windows color (decimal): -119908 or 10234878. OLE color: 10234878.
HSL color Cylindrical-coordinate representation of color #FE2B9C: hue angle of 327.87º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2B9C is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 156 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.00 |
| HSL | 327.87º | 0.99% | 0.58% | - |
| HSV(B) | 327.87º | 0.83% | 1% | - |
| XYZ | 47.74 | 25.2 | 33.8 | - |
| YUV | 118.97 | 148.9 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 156 | 0 | 0.83 | 0.39 | 0.00 | 327.87 | 0.99 | 0.58 |
| Hex | FE | 2B | 9C | 0 | 53 | 27 | 0 | 148 | 63 | 3A |
| Octal | 376 | 53 | 234 | 0 | 123 | 47 | 0 | 510 | 143 | 72 |
| Binary | 11111110 | 101011 | 10011100 | 0 | 1010011 | 100111 | 0 | 101001000 | 1100011 | 111010 |
Color Harmonies of #FE2B9C
Complementary color
Monochromatic Colors of #FE2B9C
Black with #FE2B9C
Text Example
Text Example
White with #FE2B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2B9C; }
p { color: rgb(254,43,156); }
H1.HeaderClassName
{
color: #FE2B9C;
}
.AnyTagClassName
{
color: #FE2B9C;
}
</style>
background-color css
<style>
a { background-color: #FE2B9C; }
a { background-color: rgb(254,43,156); }
div.DivClassName
{
background-color: #FE2B9C;
}
.BgClassName
{
background-color: #FE2B9C;
}
</style>
border-color css
<style>
span { border-color: #FE2B9C; }
span { border-color: rgb(254,43,156); }
td.TdClassName
{
border-color: #FE2B9C;
}
.TagClassName
{
border-color: #FE2B9C;
}
</style>