Shades of Brilliant Rose #FE6098
Tints of Brilliant Rose #FE6098
RGB
CMYK
RGB Variations
Color information
#FE6098 (or 0xFE6098) is known color: Brilliant Rose. HEX triplet: FE, 60 and 98. RGB value is (254,96,152). Sum of RGB (Red+Green+Blue) = 254+96+152=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6098 is #019F67. Grayscale: #959595. Windows color (decimal): -106344 or 9986302. OLE color: 9986302.
HSL color Cylindrical-coordinate representation of color #FE6098: hue angle of 338.73º 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 #FE6098 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 152 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.00 |
| HSL | 338.73º | 0.99% | 0.69% | - |
| HSV(B) | 338.73º | 0.62% | 1% | - |
| XYZ | 50.72 | 31.7 | 33.15 | - |
| YUV | 149.63 | 129.35 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 152 | 0 | 0.62 | 0.40 | 0.00 | 338.73 | 0.99 | 0.69 |
| Hex | FE | 60 | 98 | 0 | 3E | 28 | 0 | 153 | 63 | 45 |
| Octal | 376 | 140 | 230 | 0 | 76 | 50 | 0 | 523 | 143 | 105 |
| Binary | 11111110 | 1100000 | 10011000 | 0 | 111110 | 101000 | 0 | 101010011 | 1100011 | 1000101 |
Color Harmonies of #FE6098
Complementary color
Monochromatic Colors of #FE6098
Black with #FE6098
Text Example
Text Example
White with #FE6098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6098; }
p { color: rgb(254,96,152); }
H1.HeaderClassName
{
color: #FE6098;
}
.AnyTagClassName
{
color: #FE6098;
}
</style>
background-color css
<style>
a { background-color: #FE6098; }
a { background-color: rgb(254,96,152); }
div.DivClassName
{
background-color: #FE6098;
}
.BgClassName
{
background-color: #FE6098;
}
</style>
border-color css
<style>
span { border-color: #FE6098; }
span { border-color: rgb(254,96,152); }
td.TdClassName
{
border-color: #FE6098;
}
.TagClassName
{
border-color: #FE6098;
}
</style>