Shades of Brilliant Rose #FE689E
Tints of Brilliant Rose #FE689E
RGB
CMYK
RGB Variations
Color information
#FE689E (or 0xFE689E) is known color: Brilliant Rose. HEX triplet: FE, 68 and 9E. RGB value is (254,104,158). Sum of RGB (Red+Green+Blue) = 254+104+158=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE689E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE689E is #019761. Grayscale: #9A9A9A. Windows color (decimal): -104290 or 10381566. OLE color: 10381566.
HSL color Cylindrical-coordinate representation of color #FE689E: hue angle of 338.4º 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 #FE689E is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 158 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.00 |
| HSL | 338.4º | 0.99% | 0.7% | - |
| HSV(B) | 338.4º | 0.59% | 1% | - |
| XYZ | 51.99 | 33.44 | 36.06 | - |
| YUV | 155.01 | 129.7 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 158 | 0 | 0.59 | 0.38 | 0.00 | 338.4 | 0.99 | 0.7 |
| Hex | FE | 68 | 9E | 0 | 3B | 26 | 0 | 152 | 63 | 46 |
| Octal | 376 | 150 | 236 | 0 | 73 | 46 | 0 | 522 | 143 | 106 |
| Binary | 11111110 | 1101000 | 10011110 | 0 | 111011 | 100110 | 0 | 101010010 | 1100011 | 1000110 |
Color Harmonies of #FE689E
Complementary color
Monochromatic Colors of #FE689E
Black with #FE689E
Text Example
Text Example
White with #FE689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE689E; }
p { color: rgb(254,104,158); }
H1.HeaderClassName
{
color: #FE689E;
}
.AnyTagClassName
{
color: #FE689E;
}
</style>
background-color css
<style>
a { background-color: #FE689E; }
a { background-color: rgb(254,104,158); }
div.DivClassName
{
background-color: #FE689E;
}
.BgClassName
{
background-color: #FE689E;
}
</style>
border-color css
<style>
span { border-color: #FE689E; }
span { border-color: rgb(254,104,158); }
td.TdClassName
{
border-color: #FE689E;
}
.TagClassName
{
border-color: #FE689E;
}
</style>