Shades of Brilliant Rose #FE6096
Tints of Brilliant Rose #FE6096
RGB
CMYK
RGB Variations
Color information
#FE6096 (or 0xFE6096) is known color: Brilliant Rose. HEX triplet: FE, 60 and 96. RGB value is (254,96,150). Sum of RGB (Red+Green+Blue) = 254+96+150=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 96 (37.89% from 255 or 19.2% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6096 is #019F69. Grayscale: #959595. Windows color (decimal): -106346 or 9855230. OLE color: 9855230.
HSL color Cylindrical-coordinate representation of color #FE6096: hue angle of 339.49º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE6096 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 150 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.00 |
| HSL | 339.49º | 0.99% | 0.69% | - |
| HSV(B) | 339.49º | 0.62% | 1% | - |
| XYZ | 50.56 | 31.64 | 32.3 | - |
| YUV | 149.4 | 128.35 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 150 | 0 | 0.62 | 0.41 | 0.00 | 339.49 | 0.99 | 0.69 |
| Hex | FE | 60 | 96 | 0 | 3E | 29 | 0 | 153 | 63 | 45 |
| Octal | 376 | 140 | 226 | 0 | 76 | 51 | 0 | 523 | 143 | 105 |
| Binary | 11111110 | 1100000 | 10010110 | 0 | 111110 | 101001 | 0 | 101010011 | 1100011 | 1000101 |
Color Harmonies of #FE6096
Complementary color
Monochromatic Colors of #FE6096
Black with #FE6096
Text Example
Text Example
White with #FE6096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6096; }
p { color: rgb(254,96,150); }
H1.HeaderClassName
{
color: #FE6096;
}
.AnyTagClassName
{
color: #FE6096;
}
</style>
background-color css
<style>
a { background-color: #FE6096; }
a { background-color: rgb(254,96,150); }
div.DivClassName
{
background-color: #FE6096;
}
.BgClassName
{
background-color: #FE6096;
}
</style>
border-color css
<style>
span { border-color: #FE6096; }
span { border-color: rgb(254,96,150); }
td.TdClassName
{
border-color: #FE6096;
}
.TagClassName
{
border-color: #FE6096;
}
</style>