Shades of Brilliant Rose #FE6298
Tints of Brilliant Rose #FE6298
RGB
CMYK
RGB Variations
Color information
#FE6298 (or 0xFE6298) is known color: Brilliant Rose. HEX triplet: FE, 62 and 98. RGB value is (254,98,152). Sum of RGB (Red+Green+Blue) = 254+98+152=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 98 (38.67% from 255 or 19.44% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6298 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6298 is #019D67. Grayscale: #969696. Windows color (decimal): -105832 or 9986814. OLE color: 9986814.
HSL color Cylindrical-coordinate representation of color #FE6298: hue angle of 339.23º 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 #FE6298 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 152 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.00 |
| HSL | 339.23º | 0.99% | 0.69% | - |
| HSV(B) | 339.23º | 0.61% | 1% | - |
| XYZ | 50.91 | 32.07 | 33.21 | - |
| YUV | 150.8 | 128.68 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 152 | 0 | 0.61 | 0.40 | 0.00 | 339.23 | 0.99 | 0.69 |
| Hex | FE | 62 | 98 | 0 | 3D | 28 | 0 | 153 | 63 | 45 |
| Octal | 376 | 142 | 230 | 0 | 75 | 50 | 0 | 523 | 143 | 105 |
| Binary | 11111110 | 1100010 | 10011000 | 0 | 111101 | 101000 | 0 | 101010011 | 1100011 | 1000101 |
Color Harmonies of #FE6298
Complementary color
Monochromatic Colors of #FE6298
Black with #FE6298
Text Example
Text Example
White with #FE6298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6298; }
p { color: rgb(254,98,152); }
H1.HeaderClassName
{
color: #FE6298;
}
.AnyTagClassName
{
color: #FE6298;
}
</style>
background-color css
<style>
a { background-color: #FE6298; }
a { background-color: rgb(254,98,152); }
div.DivClassName
{
background-color: #FE6298;
}
.BgClassName
{
background-color: #FE6298;
}
</style>
border-color css
<style>
span { border-color: #FE6298; }
span { border-color: rgb(254,98,152); }
td.TdClassName
{
border-color: #FE6298;
}
.TagClassName
{
border-color: #FE6298;
}
</style>