Shades of Brilliant Rose #FE6498
Tints of Brilliant Rose #FE6498
RGB
CMYK
RGB Variations
Color information
#FE6498 (or 0xFE6498) is known color: Brilliant Rose. HEX triplet: FE, 64 and 98. RGB value is (254,100,152). Sum of RGB (Red+Green+Blue) = 254+100+152=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 100 (39.45% from 255 or 19.76% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6498 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6498 is #019B67. Grayscale: #979797. Windows color (decimal): -105320 or 9987326. OLE color: 9987326.
HSL color Cylindrical-coordinate representation of color #FE6498: hue angle of 339.74º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE6498 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 152 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.00 |
| HSL | 339.74º | 0.99% | 0.69% | - |
| HSV(B) | 339.74º | 0.61% | 1% | - |
| XYZ | 51.1 | 32.45 | 33.28 | - |
| YUV | 151.97 | 128.02 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 152 | 0 | 0.61 | 0.40 | 0.00 | 339.74 | 0.99 | 0.69 |
| Hex | FE | 64 | 98 | 0 | 3D | 28 | 0 | 154 | 63 | 45 |
| Octal | 376 | 144 | 230 | 0 | 75 | 50 | 0 | 524 | 143 | 105 |
| Binary | 11111110 | 1100100 | 10011000 | 0 | 111101 | 101000 | 0 | 101010100 | 1100011 | 1000101 |
Color Harmonies of #FE6498
Complementary color
Monochromatic Colors of #FE6498
Black with #FE6498
Text Example
Text Example
White with #FE6498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6498; }
p { color: rgb(254,100,152); }
H1.HeaderClassName
{
color: #FE6498;
}
.AnyTagClassName
{
color: #FE6498;
}
</style>
background-color css
<style>
a { background-color: #FE6498; }
a { background-color: rgb(254,100,152); }
div.DivClassName
{
background-color: #FE6498;
}
.BgClassName
{
background-color: #FE6498;
}
</style>
border-color css
<style>
span { border-color: #FE6498; }
span { border-color: rgb(254,100,152); }
td.TdClassName
{
border-color: #FE6498;
}
.TagClassName
{
border-color: #FE6498;
}
</style>