Shades of Brilliant Rose #FE529B
Tints of Brilliant Rose #FE529B
RGB
CMYK
RGB Variations
Color information
#FE529B (or 0xFE529B) is known color: Brilliant Rose. HEX triplet: FE, 52 and 9B. RGB value is (254,82,155). Sum of RGB (Red+Green+Blue) = 254+82+155=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE529B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE529B is #01AD64. Grayscale: #8D8D8D. Windows color (decimal): -109925 or 10179326. OLE color: 10179326.
HSL color Cylindrical-coordinate representation of color #FE529B: hue angle of 334.53º 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 #FE529B is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 155 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.00 |
| HSL | 334.53º | 0.99% | 0.66% | - |
| HSV(B) | 334.53º | 0.68% | 1% | - |
| XYZ | 49.81 | 29.47 | 34.07 | - |
| YUV | 141.75 | 135.48 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 155 | 0 | 0.68 | 0.39 | 0.00 | 334.53 | 0.99 | 0.66 |
| Hex | FE | 52 | 9B | 0 | 44 | 27 | 0 | 14F | 63 | 42 |
| Octal | 376 | 122 | 233 | 0 | 104 | 47 | 0 | 517 | 143 | 102 |
| Binary | 11111110 | 1010010 | 10011011 | 0 | 1000100 | 100111 | 0 | 101001111 | 1100011 | 1000010 |
Color Harmonies of #FE529B
Complementary color
Monochromatic Colors of #FE529B
Black with #FE529B
Text Example
Text Example
White with #FE529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE529B; }
p { color: rgb(254,82,155); }
H1.HeaderClassName
{
color: #FE529B;
}
.AnyTagClassName
{
color: #FE529B;
}
</style>
background-color css
<style>
a { background-color: #FE529B; }
a { background-color: rgb(254,82,155); }
div.DivClassName
{
background-color: #FE529B;
}
.BgClassName
{
background-color: #FE529B;
}
</style>
border-color css
<style>
span { border-color: #FE529B; }
span { border-color: rgb(254,82,155); }
td.TdClassName
{
border-color: #FE529B;
}
.TagClassName
{
border-color: #FE529B;
}
</style>