Shades of Brilliant Rose #FE679D
Tints of Brilliant Rose #FE679D
RGB
CMYK
RGB Variations
Color information
#FE679D (or 0xFE679D) is known color: Brilliant Rose. HEX triplet: FE, 67 and 9D. RGB value is (254,103,157). Sum of RGB (Red+Green+Blue) = 254+103+157=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE679D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE679D is #019862. Grayscale: #9A9A9A. Windows color (decimal): -104547 or 10315774. OLE color: 10315774.
HSL color Cylindrical-coordinate representation of color #FE679D: hue angle of 338.54º 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 #FE679D is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 157 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.00 |
| HSL | 338.54º | 0.99% | 0.7% | - |
| HSV(B) | 338.54º | 0.59% | 1% | - |
| XYZ | 51.81 | 33.21 | 35.58 | - |
| YUV | 154.31 | 129.53 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 157 | 0 | 0.59 | 0.38 | 0.00 | 338.54 | 0.99 | 0.7 |
| Hex | FE | 67 | 9D | 0 | 3B | 26 | 0 | 153 | 63 | 46 |
| Octal | 376 | 147 | 235 | 0 | 73 | 46 | 0 | 523 | 143 | 106 |
| Binary | 11111110 | 1100111 | 10011101 | 0 | 111011 | 100110 | 0 | 101010011 | 1100011 | 1000110 |
Color Harmonies of #FE679D
Complementary color
Monochromatic Colors of #FE679D
Black with #FE679D
Text Example
Text Example
White with #FE679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE679D; }
p { color: rgb(254,103,157); }
H1.HeaderClassName
{
color: #FE679D;
}
.AnyTagClassName
{
color: #FE679D;
}
</style>
background-color css
<style>
a { background-color: #FE679D; }
a { background-color: rgb(254,103,157); }
div.DivClassName
{
background-color: #FE679D;
}
.BgClassName
{
background-color: #FE679D;
}
</style>
border-color css
<style>
span { border-color: #FE679D; }
span { border-color: rgb(254,103,157); }
td.TdClassName
{
border-color: #FE679D;
}
.TagClassName
{
border-color: #FE679D;
}
</style>