Shades of Brilliant Rose #FE689B
Tints of Brilliant Rose #FE689B
RGB
CMYK
RGB Variations
Color information
#FE689B (or 0xFE689B) is known color: Brilliant Rose. HEX triplet: FE, 68 and 9B. RGB value is (254,104,155). Sum of RGB (Red+Green+Blue) = 254+104+155=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE689B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE689B is #019764. Grayscale: #9A9A9A. Windows color (decimal): -104293 or 10184958. OLE color: 10184958.
HSL color Cylindrical-coordinate representation of color #FE689B: hue angle of 339.6º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE689B is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 155 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.00 |
| HSL | 339.6º | 0.99% | 0.7% | - |
| HSV(B) | 339.6º | 0.59% | 1% | - |
| XYZ | 51.74 | 33.34 | 34.72 | - |
| YUV | 154.66 | 128.2 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 155 | 0 | 0.59 | 0.39 | 0.00 | 339.6 | 0.99 | 0.7 |
| Hex | FE | 68 | 9B | 0 | 3B | 27 | 0 | 154 | 63 | 46 |
| Octal | 376 | 150 | 233 | 0 | 73 | 47 | 0 | 524 | 143 | 106 |
| Binary | 11111110 | 1101000 | 10011011 | 0 | 111011 | 100111 | 0 | 101010100 | 1100011 | 1000110 |
Color Harmonies of #FE689B
Complementary color
Monochromatic Colors of #FE689B
Black with #FE689B
Text Example
Text Example
White with #FE689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE689B; }
p { color: rgb(254,104,155); }
H1.HeaderClassName
{
color: #FE689B;
}
.AnyTagClassName
{
color: #FE689B;
}
</style>
background-color css
<style>
a { background-color: #FE689B; }
a { background-color: rgb(254,104,155); }
div.DivClassName
{
background-color: #FE689B;
}
.BgClassName
{
background-color: #FE689B;
}
</style>
border-color css
<style>
span { border-color: #FE689B; }
span { border-color: rgb(254,104,155); }
td.TdClassName
{
border-color: #FE689B;
}
.TagClassName
{
border-color: #FE689B;
}
</style>