Shades of Brilliant Rose #FE679E
Tints of Brilliant Rose #FE679E
RGB
CMYK
RGB Variations
Color information
#FE679E (or 0xFE679E) is known color: Brilliant Rose. HEX triplet: FE, 67 and 9E. RGB value is (254,103,158). Sum of RGB (Red+Green+Blue) = 254+103+158=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE679E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE679E is #019861. Grayscale: #9A9A9A. Windows color (decimal): -104546 or 10381310. OLE color: 10381310.
HSL color Cylindrical-coordinate representation of color #FE679E: hue angle of 338.15º 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 #FE679E is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 158 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.00 |
| HSL | 338.15º | 0.99% | 0.7% | - |
| HSV(B) | 338.15º | 0.59% | 1% | - |
| XYZ | 51.89 | 33.24 | 36.03 | - |
| YUV | 154.42 | 130.03 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 158 | 0 | 0.59 | 0.38 | 0.00 | 338.15 | 0.99 | 0.7 |
| Hex | FE | 67 | 9E | 0 | 3B | 26 | 0 | 152 | 63 | 46 |
| Octal | 376 | 147 | 236 | 0 | 73 | 46 | 0 | 522 | 143 | 106 |
| Binary | 11111110 | 1100111 | 10011110 | 0 | 111011 | 100110 | 0 | 101010010 | 1100011 | 1000110 |
Color Harmonies of #FE679E
Complementary color
Monochromatic Colors of #FE679E
Black with #FE679E
Text Example
Text Example
White with #FE679E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE679E; }
p { color: rgb(254,103,158); }
H1.HeaderClassName
{
color: #FE679E;
}
.AnyTagClassName
{
color: #FE679E;
}
</style>
background-color css
<style>
a { background-color: #FE679E; }
a { background-color: rgb(254,103,158); }
div.DivClassName
{
background-color: #FE679E;
}
.BgClassName
{
background-color: #FE679E;
}
</style>
border-color css
<style>
span { border-color: #FE679E; }
span { border-color: rgb(254,103,158); }
td.TdClassName
{
border-color: #FE679E;
}
.TagClassName
{
border-color: #FE679E;
}
</style>