Shades of Brilliant Rose #FE649F
Tints of Brilliant Rose #FE649F
RGB
CMYK
RGB Variations
Color information
#FE649F (or 0xFE649F) is known color: Brilliant Rose. HEX triplet: FE, 64 and 9F. RGB value is (254,100,159). Sum of RGB (Red+Green+Blue) = 254+100+159=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE649F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE649F is #019B60. Grayscale: #989898. Windows color (decimal): -105313 or 10446078. OLE color: 10446078.
HSL color Cylindrical-coordinate representation of color #FE649F: hue angle of 337.01º 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 #FE649F is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 159 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.00 |
| HSL | 337.01º | 0.99% | 0.69% | - |
| HSV(B) | 337.01º | 0.61% | 1% | - |
| XYZ | 51.69 | 32.69 | 36.39 | - |
| YUV | 152.77 | 131.52 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 159 | 0 | 0.61 | 0.37 | 0.00 | 337.01 | 0.99 | 0.69 |
| Hex | FE | 64 | 9F | 0 | 3D | 25 | 0 | 151 | 63 | 45 |
| Octal | 376 | 144 | 237 | 0 | 75 | 45 | 0 | 521 | 143 | 105 |
| Binary | 11111110 | 1100100 | 10011111 | 0 | 111101 | 100101 | 0 | 101010001 | 1100011 | 1000101 |
Color Harmonies of #FE649F
Complementary color
Monochromatic Colors of #FE649F
Black with #FE649F
Text Example
Text Example
White with #FE649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE649F; }
p { color: rgb(254,100,159); }
H1.HeaderClassName
{
color: #FE649F;
}
.AnyTagClassName
{
color: #FE649F;
}
</style>
background-color css
<style>
a { background-color: #FE649F; }
a { background-color: rgb(254,100,159); }
div.DivClassName
{
background-color: #FE649F;
}
.BgClassName
{
background-color: #FE649F;
}
</style>
border-color css
<style>
span { border-color: #FE649F; }
span { border-color: rgb(254,100,159); }
td.TdClassName
{
border-color: #FE649F;
}
.TagClassName
{
border-color: #FE649F;
}
</style>