Shades of Brilliant Rose #FE559C
Tints of Brilliant Rose #FE559C
RGB
CMYK
RGB Variations
Color information
#FE559C (or 0xFE559C) is known color: Brilliant Rose. HEX triplet: FE, 55 and 9C. RGB value is (254,85,156). Sum of RGB (Red+Green+Blue) = 254+85+156=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE559C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE559C is #01AA63. Grayscale: #8F8F8F. Windows color (decimal): -109156 or 10245630. OLE color: 10245630.
HSL color Cylindrical-coordinate representation of color #FE559C: hue angle of 334.79º 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 #FE559C is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 156 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.00 |
| HSL | 334.79º | 0.99% | 0.66% | - |
| HSV(B) | 334.79º | 0.67% | 1% | - |
| XYZ | 50.12 | 29.97 | 34.6 | - |
| YUV | 143.63 | 134.99 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 156 | 0 | 0.67 | 0.39 | 0.00 | 334.79 | 0.99 | 0.66 |
| Hex | FE | 55 | 9C | 0 | 43 | 27 | 0 | 14F | 63 | 42 |
| Octal | 376 | 125 | 234 | 0 | 103 | 47 | 0 | 517 | 143 | 102 |
| Binary | 11111110 | 1010101 | 10011100 | 0 | 1000011 | 100111 | 0 | 101001111 | 1100011 | 1000010 |
Color Harmonies of #FE559C
Complementary color
Monochromatic Colors of #FE559C
Black with #FE559C
Text Example
Text Example
White with #FE559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE559C; }
p { color: rgb(254,85,156); }
H1.HeaderClassName
{
color: #FE559C;
}
.AnyTagClassName
{
color: #FE559C;
}
</style>
background-color css
<style>
a { background-color: #FE559C; }
a { background-color: rgb(254,85,156); }
div.DivClassName
{
background-color: #FE559C;
}
.BgClassName
{
background-color: #FE559C;
}
</style>
border-color css
<style>
span { border-color: #FE559C; }
span { border-color: rgb(254,85,156); }
td.TdClassName
{
border-color: #FE559C;
}
.TagClassName
{
border-color: #FE559C;
}
</style>