Shades of Brilliant Rose #FE619E
Tints of Brilliant Rose #FE619E
RGB
CMYK
RGB Variations
Color information
#FE619E (or 0xFE619E) is known color: Brilliant Rose. HEX triplet: FE, 61 and 9E. RGB value is (254,97,158). Sum of RGB (Red+Green+Blue) = 254+97+158=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE619E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE619E is #019E61. Grayscale: #969696. Windows color (decimal): -106082 or 10379774. OLE color: 10379774.
HSL color Cylindrical-coordinate representation of color #FE619E: hue angle of 336.69º 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 #FE619E is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 158 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.00 |
| HSL | 336.69º | 0.99% | 0.69% | - |
| HSV(B) | 336.69º | 0.62% | 1% | - |
| XYZ | 51.32 | 32.09 | 35.84 | - |
| YUV | 150.9 | 132.01 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 158 | 0 | 0.62 | 0.38 | 0.00 | 336.69 | 0.99 | 0.69 |
| Hex | FE | 61 | 9E | 0 | 3E | 26 | 0 | 151 | 63 | 45 |
| Octal | 376 | 141 | 236 | 0 | 76 | 46 | 0 | 521 | 143 | 105 |
| Binary | 11111110 | 1100001 | 10011110 | 0 | 111110 | 100110 | 0 | 101010001 | 1100011 | 1000101 |
Color Harmonies of #FE619E
Complementary color
Monochromatic Colors of #FE619E
Black with #FE619E
Text Example
Text Example
White with #FE619E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE619E; }
p { color: rgb(254,97,158); }
H1.HeaderClassName
{
color: #FE619E;
}
.AnyTagClassName
{
color: #FE619E;
}
</style>
background-color css
<style>
a { background-color: #FE619E; }
a { background-color: rgb(254,97,158); }
div.DivClassName
{
background-color: #FE619E;
}
.BgClassName
{
background-color: #FE619E;
}
</style>
border-color css
<style>
span { border-color: #FE619E; }
span { border-color: rgb(254,97,158); }
td.TdClassName
{
border-color: #FE619E;
}
.TagClassName
{
border-color: #FE619E;
}
</style>