Shades of Brilliant Rose #FE5397
Tints of Brilliant Rose #FE5397
RGB
CMYK
RGB Variations
Color information
#FE5397 (or 0xFE5397) is known color: Brilliant Rose. HEX triplet: FE, 53 and 97. RGB value is (254,83,151). Sum of RGB (Red+Green+Blue) = 254+83+151=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5397 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5397 is #01AC68. Grayscale: #8D8D8D. Windows color (decimal): -109673 or 9917438. OLE color: 9917438.
HSL color Cylindrical-coordinate representation of color #FE5397: hue angle of 336.14º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE5397 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 151 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.00 |
| HSL | 336.14º | 0.99% | 0.66% | - |
| HSV(B) | 336.14º | 0.67% | 1% | - |
| XYZ | 49.55 | 29.49 | 32.36 | - |
| YUV | 141.88 | 133.15 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 151 | 0 | 0.67 | 0.41 | 0.00 | 336.14 | 0.99 | 0.66 |
| Hex | FE | 53 | 97 | 0 | 43 | 29 | 0 | 150 | 63 | 42 |
| Octal | 376 | 123 | 227 | 0 | 103 | 51 | 0 | 520 | 143 | 102 |
| Binary | 11111110 | 1010011 | 10010111 | 0 | 1000011 | 101001 | 0 | 101010000 | 1100011 | 1000010 |
Color Harmonies of #FE5397
Complementary color
Monochromatic Colors of #FE5397
Black with #FE5397
Text Example
Text Example
White with #FE5397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5397; }
p { color: rgb(254,83,151); }
H1.HeaderClassName
{
color: #FE5397;
}
.AnyTagClassName
{
color: #FE5397;
}
</style>
background-color css
<style>
a { background-color: #FE5397; }
a { background-color: rgb(254,83,151); }
div.DivClassName
{
background-color: #FE5397;
}
.BgClassName
{
background-color: #FE5397;
}
</style>
border-color css
<style>
span { border-color: #FE5397; }
span { border-color: rgb(254,83,151); }
td.TdClassName
{
border-color: #FE5397;
}
.TagClassName
{
border-color: #FE5397;
}
</style>