Shades of Brilliant Rose #FE689D
Tints of Brilliant Rose #FE689D
RGB
CMYK
RGB Variations
Color information
#FE689D (or 0xFE689D) is known color: Brilliant Rose. HEX triplet: FE, 68 and 9D. RGB value is (254,104,157). Sum of RGB (Red+Green+Blue) = 254+104+157=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE689D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE689D is #019762. Grayscale: #9A9A9A. Windows color (decimal): -104291 or 10316030. OLE color: 10316030.
HSL color Cylindrical-coordinate representation of color #FE689D: hue angle of 338.8º 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 #FE689D is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 157 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.00 |
| HSL | 338.8º | 0.99% | 0.7% | - |
| HSV(B) | 338.8º | 0.59% | 1% | - |
| XYZ | 51.91 | 33.41 | 35.61 | - |
| YUV | 154.89 | 129.2 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 157 | 0 | 0.59 | 0.38 | 0.00 | 338.8 | 0.99 | 0.7 |
| Hex | FE | 68 | 9D | 0 | 3B | 26 | 0 | 153 | 63 | 46 |
| Octal | 376 | 150 | 235 | 0 | 73 | 46 | 0 | 523 | 143 | 106 |
| Binary | 11111110 | 1101000 | 10011101 | 0 | 111011 | 100110 | 0 | 101010011 | 1100011 | 1000110 |
Color Harmonies of #FE689D
Complementary color
Monochromatic Colors of #FE689D
Black with #FE689D
Text Example
Text Example
White with #FE689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE689D; }
p { color: rgb(254,104,157); }
H1.HeaderClassName
{
color: #FE689D;
}
.AnyTagClassName
{
color: #FE689D;
}
</style>
background-color css
<style>
a { background-color: #FE689D; }
a { background-color: rgb(254,104,157); }
div.DivClassName
{
background-color: #FE689D;
}
.BgClassName
{
background-color: #FE689D;
}
</style>
border-color css
<style>
span { border-color: #FE689D; }
span { border-color: rgb(254,104,157); }
td.TdClassName
{
border-color: #FE689D;
}
.TagClassName
{
border-color: #FE689D;
}
</style>