Shades of Brilliant Rose #FE699E
Tints of Brilliant Rose #FE699E
RGB
CMYK
RGB Variations
Color information
#FE699E (or 0xFE699E) is known color: Brilliant Rose. HEX triplet: FE, 69 and 9E. RGB value is (254,105,158). Sum of RGB (Red+Green+Blue) = 254+105+158=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE699E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE699E is #019661. Grayscale: #9B9B9B. Windows color (decimal): -104034 or 10381822. OLE color: 10381822.
HSL color Cylindrical-coordinate representation of color #FE699E: hue angle of 338.66º 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 #FE699E is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 158 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.00 |
| HSL | 338.66º | 0.99% | 0.7% | - |
| HSV(B) | 338.66º | 0.59% | 1% | - |
| XYZ | 52.1 | 33.64 | 36.1 | - |
| YUV | 155.59 | 129.36 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 158 | 0 | 0.59 | 0.38 | 0.00 | 338.66 | 0.99 | 0.7 |
| Hex | FE | 69 | 9E | 0 | 3B | 26 | 0 | 153 | 63 | 46 |
| Octal | 376 | 151 | 236 | 0 | 73 | 46 | 0 | 523 | 143 | 106 |
| Binary | 11111110 | 1101001 | 10011110 | 0 | 111011 | 100110 | 0 | 101010011 | 1100011 | 1000110 |
Color Harmonies of #FE699E
Complementary color
Monochromatic Colors of #FE699E
Black with #FE699E
Text Example
Text Example
White with #FE699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE699E; }
p { color: rgb(254,105,158); }
H1.HeaderClassName
{
color: #FE699E;
}
.AnyTagClassName
{
color: #FE699E;
}
</style>
background-color css
<style>
a { background-color: #FE699E; }
a { background-color: rgb(254,105,158); }
div.DivClassName
{
background-color: #FE699E;
}
.BgClassName
{
background-color: #FE699E;
}
</style>
border-color css
<style>
span { border-color: #FE699E; }
span { border-color: rgb(254,105,158); }
td.TdClassName
{
border-color: #FE699E;
}
.TagClassName
{
border-color: #FE699E;
}
</style>