Shades of Brilliant Rose #FE699C
Tints of Brilliant Rose #FE699C
RGB
CMYK
RGB Variations
Color information
#FE699C (or 0xFE699C) is known color: Brilliant Rose. HEX triplet: FE, 69 and 9C. RGB value is (254,105,156). Sum of RGB (Red+Green+Blue) = 254+105+156=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE699C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE699C is #019663. Grayscale: #9B9B9B. Windows color (decimal): -104036 or 10250750. OLE color: 10250750.
HSL color Cylindrical-coordinate representation of color #FE699C: hue angle of 339.46º 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 #FE699C is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 156 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.00 |
| HSL | 339.46º | 0.99% | 0.7% | - |
| HSV(B) | 339.46º | 0.59% | 1% | - |
| XYZ | 51.93 | 33.57 | 35.2 | - |
| YUV | 155.37 | 128.36 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 156 | 0 | 0.59 | 0.39 | 0.00 | 339.46 | 0.99 | 0.7 |
| Hex | FE | 69 | 9C | 0 | 3B | 27 | 0 | 153 | 63 | 46 |
| Octal | 376 | 151 | 234 | 0 | 73 | 47 | 0 | 523 | 143 | 106 |
| Binary | 11111110 | 1101001 | 10011100 | 0 | 111011 | 100111 | 0 | 101010011 | 1100011 | 1000110 |
Color Harmonies of #FE699C
Complementary color
Monochromatic Colors of #FE699C
Black with #FE699C
Text Example
Text Example
White with #FE699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE699C; }
p { color: rgb(254,105,156); }
H1.HeaderClassName
{
color: #FE699C;
}
.AnyTagClassName
{
color: #FE699C;
}
</style>
background-color css
<style>
a { background-color: #FE699C; }
a { background-color: rgb(254,105,156); }
div.DivClassName
{
background-color: #FE699C;
}
.BgClassName
{
background-color: #FE699C;
}
</style>
border-color css
<style>
span { border-color: #FE699C; }
span { border-color: rgb(254,105,156); }
td.TdClassName
{
border-color: #FE699C;
}
.TagClassName
{
border-color: #FE699C;
}
</style>