Shades of Brilliant Rose #FE539C
Tints of Brilliant Rose #FE539C
RGB
CMYK
RGB Variations
Color information
#FE539C (or 0xFE539C) is known color: Brilliant Rose. HEX triplet: FE, 53 and 9C. RGB value is (254,83,156). Sum of RGB (Red+Green+Blue) = 254+83+156=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE539C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE539C is #01AC63. Grayscale: #8E8E8E. Windows color (decimal): -109668 or 10245118. OLE color: 10245118.
HSL color Cylindrical-coordinate representation of color #FE539C: hue angle of 334.39º 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 #FE539C is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 156 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.00 |
| HSL | 334.39º | 0.99% | 0.66% | - |
| HSV(B) | 334.39º | 0.67% | 1% | - |
| XYZ | 49.97 | 29.66 | 34.54 | - |
| YUV | 142.45 | 135.65 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 156 | 0 | 0.67 | 0.39 | 0.00 | 334.39 | 0.99 | 0.66 |
| Hex | FE | 53 | 9C | 0 | 43 | 27 | 0 | 14E | 63 | 42 |
| Octal | 376 | 123 | 234 | 0 | 103 | 47 | 0 | 516 | 143 | 102 |
| Binary | 11111110 | 1010011 | 10011100 | 0 | 1000011 | 100111 | 0 | 101001110 | 1100011 | 1000010 |
Color Harmonies of #FE539C
Complementary color
Monochromatic Colors of #FE539C
Black with #FE539C
Text Example
Text Example
White with #FE539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE539C; }
p { color: rgb(254,83,156); }
H1.HeaderClassName
{
color: #FE539C;
}
.AnyTagClassName
{
color: #FE539C;
}
</style>
background-color css
<style>
a { background-color: #FE539C; }
a { background-color: rgb(254,83,156); }
div.DivClassName
{
background-color: #FE539C;
}
.BgClassName
{
background-color: #FE539C;
}
</style>
border-color css
<style>
span { border-color: #FE539C; }
span { border-color: rgb(254,83,156); }
td.TdClassName
{
border-color: #FE539C;
}
.TagClassName
{
border-color: #FE539C;
}
</style>