Shades of Brilliant Rose #FE64A0
Tints of Brilliant Rose #FE64A0
RGB
CMYK
RGB Variations
Color information
#FE64A0 (or 0xFE64A0) is known color: Brilliant Rose. HEX triplet: FE, 64 and A0. RGB value is (254,100,160). Sum of RGB (Red+Green+Blue) = 254+100+160=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE64A0 is #019B5F. Grayscale: #989898. Windows color (decimal): -105312 or 10511614. OLE color: 10511614.
HSL color Cylindrical-coordinate representation of color #FE64A0: hue angle of 336.62º 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 #FE64A0 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 160 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.00 |
| HSL | 336.62º | 0.99% | 0.69% | - |
| HSV(B) | 336.62º | 0.61% | 1% | - |
| XYZ | 51.78 | 32.72 | 36.85 | - |
| YUV | 152.89 | 132.02 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 160 | 0 | 0.61 | 0.37 | 0.00 | 336.62 | 0.99 | 0.69 |
| Hex | FE | 64 | A0 | 0 | 3D | 25 | 0 | 151 | 63 | 45 |
| Octal | 376 | 144 | 240 | 0 | 75 | 45 | 0 | 521 | 143 | 105 |
| Binary | 11111110 | 1100100 | 10100000 | 0 | 111101 | 100101 | 0 | 101010001 | 1100011 | 1000101 |
Color Harmonies of #FE64A0
Complementary color
Monochromatic Colors of #FE64A0
Black with #FE64A0
Text Example
Text Example
White with #FE64A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE64A0; }
p { color: rgb(254,100,160); }
H1.HeaderClassName
{
color: #FE64A0;
}
.AnyTagClassName
{
color: #FE64A0;
}
</style>
background-color css
<style>
a { background-color: #FE64A0; }
a { background-color: rgb(254,100,160); }
div.DivClassName
{
background-color: #FE64A0;
}
.BgClassName
{
background-color: #FE64A0;
}
</style>
border-color css
<style>
span { border-color: #FE64A0; }
span { border-color: rgb(254,100,160); }
td.TdClassName
{
border-color: #FE64A0;
}
.TagClassName
{
border-color: #FE64A0;
}
</style>