Shades of Brilliant Rose #FE659B
Tints of Brilliant Rose #FE659B
RGB
CMYK
RGB Variations
Color information
#FE659B (or 0xFE659B) is known color: Brilliant Rose. HEX triplet: FE, 65 and 9B. RGB value is (254,101,155). Sum of RGB (Red+Green+Blue) = 254+101+155=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE659B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE659B is #019A64. Grayscale: #989898. Windows color (decimal): -105061 or 10184190. OLE color: 10184190.
HSL color Cylindrical-coordinate representation of color #FE659B: hue angle of 338.82º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE659B is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 155 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.00 |
| HSL | 338.82º | 0.99% | 0.7% | - |
| HSV(B) | 338.82º | 0.6% | 1% | - |
| XYZ | 51.44 | 32.74 | 34.62 | - |
| YUV | 152.9 | 129.19 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 155 | 0 | 0.60 | 0.39 | 0.00 | 338.82 | 0.99 | 0.7 |
| Hex | FE | 65 | 9B | 0 | 3C | 27 | 0 | 153 | 63 | 46 |
| Octal | 376 | 145 | 233 | 0 | 74 | 47 | 0 | 523 | 143 | 106 |
| Binary | 11111110 | 1100101 | 10011011 | 0 | 111100 | 100111 | 0 | 101010011 | 1100011 | 1000110 |
Color Harmonies of #FE659B
Complementary color
Monochromatic Colors of #FE659B
Black with #FE659B
Text Example
Text Example
White with #FE659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE659B; }
p { color: rgb(254,101,155); }
H1.HeaderClassName
{
color: #FE659B;
}
.AnyTagClassName
{
color: #FE659B;
}
</style>
background-color css
<style>
a { background-color: #FE659B; }
a { background-color: rgb(254,101,155); }
div.DivClassName
{
background-color: #FE659B;
}
.BgClassName
{
background-color: #FE659B;
}
</style>
border-color css
<style>
span { border-color: #FE659B; }
span { border-color: rgb(254,101,155); }
td.TdClassName
{
border-color: #FE659B;
}
.TagClassName
{
border-color: #FE659B;
}
</style>