Shades of Brilliant Rose #FE64A6
Tints of Brilliant Rose #FE64A6
RGB
CMYK
RGB Variations
Color information
#FE64A6 (or 0xFE64A6) is known color: Brilliant Rose. HEX triplet: FE, 64 and A6. RGB value is (254,100,166). Sum of RGB (Red+Green+Blue) = 254+100+166=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE64A6 is #019B59. Grayscale: #999999. Windows color (decimal): -105306 or 10904830. OLE color: 10904830.
HSL color Cylindrical-coordinate representation of color #FE64A6: hue angle of 334.29º 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 #FE64A6 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 166 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.00 |
| HSL | 334.29º | 0.99% | 0.69% | - |
| HSV(B) | 334.29º | 0.61% | 1% | - |
| XYZ | 52.31 | 32.94 | 39.68 | - |
| YUV | 153.57 | 135.02 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 166 | 0 | 0.61 | 0.35 | 0.00 | 334.29 | 0.99 | 0.69 |
| Hex | FE | 64 | A6 | 0 | 3D | 23 | 0 | 14E | 63 | 45 |
| Octal | 376 | 144 | 246 | 0 | 75 | 43 | 0 | 516 | 143 | 105 |
| Binary | 11111110 | 1100100 | 10100110 | 0 | 111101 | 100011 | 0 | 101001110 | 1100011 | 1000101 |
Color Harmonies of #FE64A6
Complementary color
Monochromatic Colors of #FE64A6
Black with #FE64A6
Text Example
Text Example
White with #FE64A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE64A6; }
p { color: rgb(254,100,166); }
H1.HeaderClassName
{
color: #FE64A6;
}
.AnyTagClassName
{
color: #FE64A6;
}
</style>
background-color css
<style>
a { background-color: #FE64A6; }
a { background-color: rgb(254,100,166); }
div.DivClassName
{
background-color: #FE64A6;
}
.BgClassName
{
background-color: #FE64A6;
}
</style>
border-color css
<style>
span { border-color: #FE64A6; }
span { border-color: rgb(254,100,166); }
td.TdClassName
{
border-color: #FE64A6;
}
.TagClassName
{
border-color: #FE64A6;
}
</style>