Shades of Brilliant Rose #FE6796
Tints of Brilliant Rose #FE6796
RGB
CMYK
RGB Variations
Color information
#FE6796 (or 0xFE6796) is known color: Brilliant Rose. HEX triplet: FE, 67 and 96. RGB value is (254,103,150). Sum of RGB (Red+Green+Blue) = 254+103+150=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6796 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6796 is #019869. Grayscale: #999999. Windows color (decimal): -104554 or 9857022. OLE color: 9857022.
HSL color Cylindrical-coordinate representation of color #FE6796: hue angle of 341.32º 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 #FE6796 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 150 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.00 |
| HSL | 341.32º | 0.99% | 0.7% | - |
| HSV(B) | 341.32º | 0.59% | 1% | - |
| XYZ | 51.23 | 32.97 | 32.52 | - |
| YUV | 153.51 | 126.03 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 150 | 0 | 0.59 | 0.41 | 0.00 | 341.32 | 0.99 | 0.7 |
| Hex | FE | 67 | 96 | 0 | 3B | 29 | 0 | 155 | 63 | 46 |
| Octal | 376 | 147 | 226 | 0 | 73 | 51 | 0 | 525 | 143 | 106 |
| Binary | 11111110 | 1100111 | 10010110 | 0 | 111011 | 101001 | 0 | 101010101 | 1100011 | 1000110 |
Color Harmonies of #FE6796
Complementary color
Monochromatic Colors of #FE6796
Black with #FE6796
Text Example
Text Example
White with #FE6796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6796; }
p { color: rgb(254,103,150); }
H1.HeaderClassName
{
color: #FE6796;
}
.AnyTagClassName
{
color: #FE6796;
}
</style>
background-color css
<style>
a { background-color: #FE6796; }
a { background-color: rgb(254,103,150); }
div.DivClassName
{
background-color: #FE6796;
}
.BgClassName
{
background-color: #FE6796;
}
</style>
border-color css
<style>
span { border-color: #FE6796; }
span { border-color: rgb(254,103,150); }
td.TdClassName
{
border-color: #FE6796;
}
.TagClassName
{
border-color: #FE6796;
}
</style>