Shades of Brilliant Rose #FE529C
Tints of Brilliant Rose #FE529C
RGB
CMYK
RGB Variations
Color information
#FE529C (or 0xFE529C) is known color: Brilliant Rose. HEX triplet: FE, 52 and 9C. RGB value is (254,82,156). Sum of RGB (Red+Green+Blue) = 254+82+156=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE529C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE529C is #01AD63. Grayscale: #8D8D8D. Windows color (decimal): -109924 or 10244862. OLE color: 10244862.
HSL color Cylindrical-coordinate representation of color #FE529C: hue angle of 334.19º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE529C is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 156 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.00 |
| HSL | 334.19º | 0.99% | 0.66% | - |
| HSV(B) | 334.19º | 0.68% | 1% | - |
| XYZ | 49.89 | 29.51 | 34.52 | - |
| YUV | 141.86 | 135.98 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 156 | 0 | 0.68 | 0.39 | 0.00 | 334.19 | 0.99 | 0.66 |
| Hex | FE | 52 | 9C | 0 | 44 | 27 | 0 | 14E | 63 | 42 |
| Octal | 376 | 122 | 234 | 0 | 104 | 47 | 0 | 516 | 143 | 102 |
| Binary | 11111110 | 1010010 | 10011100 | 0 | 1000100 | 100111 | 0 | 101001110 | 1100011 | 1000010 |
Color Harmonies of #FE529C
Complementary color
Monochromatic Colors of #FE529C
Black with #FE529C
Text Example
Text Example
White with #FE529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE529C; }
p { color: rgb(254,82,156); }
H1.HeaderClassName
{
color: #FE529C;
}
.AnyTagClassName
{
color: #FE529C;
}
</style>
background-color css
<style>
a { background-color: #FE529C; }
a { background-color: rgb(254,82,156); }
div.DivClassName
{
background-color: #FE529C;
}
.BgClassName
{
background-color: #FE529C;
}
</style>
border-color css
<style>
span { border-color: #FE529C; }
span { border-color: rgb(254,82,156); }
td.TdClassName
{
border-color: #FE529C;
}
.TagClassName
{
border-color: #FE529C;
}
</style>