Shades of Brilliant Rose #FE619F
Tints of Brilliant Rose #FE619F
RGB
CMYK
RGB Variations
Color information
#FE619F (or 0xFE619F) is known color: Brilliant Rose. HEX triplet: FE, 61 and 9F. RGB value is (254,97,159). Sum of RGB (Red+Green+Blue) = 254+97+159=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE619F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE619F is #019E60. Grayscale: #969696. Windows color (decimal): -106081 or 10445310. OLE color: 10445310.
HSL color Cylindrical-coordinate representation of color #FE619F: hue angle of 336.31º 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 #FE619F is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 159 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.00 |
| HSL | 336.31º | 0.99% | 0.69% | - |
| HSV(B) | 336.31º | 0.62% | 1% | - |
| XYZ | 51.41 | 32.12 | 36.29 | - |
| YUV | 151.01 | 132.51 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 159 | 0 | 0.62 | 0.37 | 0.00 | 336.31 | 0.99 | 0.69 |
| Hex | FE | 61 | 9F | 0 | 3E | 25 | 0 | 150 | 63 | 45 |
| Octal | 376 | 141 | 237 | 0 | 76 | 45 | 0 | 520 | 143 | 105 |
| Binary | 11111110 | 1100001 | 10011111 | 0 | 111110 | 100101 | 0 | 101010000 | 1100011 | 1000101 |
Color Harmonies of #FE619F
Complementary color
Monochromatic Colors of #FE619F
Black with #FE619F
Text Example
Text Example
White with #FE619F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE619F; }
p { color: rgb(254,97,159); }
H1.HeaderClassName
{
color: #FE619F;
}
.AnyTagClassName
{
color: #FE619F;
}
</style>
background-color css
<style>
a { background-color: #FE619F; }
a { background-color: rgb(254,97,159); }
div.DivClassName
{
background-color: #FE619F;
}
.BgClassName
{
background-color: #FE619F;
}
</style>
border-color css
<style>
span { border-color: #FE619F; }
span { border-color: rgb(254,97,159); }
td.TdClassName
{
border-color: #FE619F;
}
.TagClassName
{
border-color: #FE619F;
}
</style>