Shades of Brilliant Rose #FE64A4
Tints of Brilliant Rose #FE64A4
RGB
CMYK
RGB Variations
Color information
#FE64A4 (or 0xFE64A4) is known color: Brilliant Rose. HEX triplet: FE, 64 and A4. RGB value is (254,100,164). Sum of RGB (Red+Green+Blue) = 254+100+164=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE64A4 is #019B5B. Grayscale: #999999. Windows color (decimal): -105308 or 10773758. OLE color: 10773758.
HSL color Cylindrical-coordinate representation of color #FE64A4: hue angle of 335.06º 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 #FE64A4 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 164 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.00 |
| HSL | 335.06º | 0.99% | 0.69% | - |
| HSV(B) | 335.06º | 0.61% | 1% | - |
| XYZ | 52.13 | 32.87 | 38.72 | - |
| YUV | 153.34 | 134.02 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 164 | 0 | 0.61 | 0.35 | 0.00 | 335.06 | 0.99 | 0.69 |
| Hex | FE | 64 | A4 | 0 | 3D | 23 | 0 | 14F | 63 | 45 |
| Octal | 376 | 144 | 244 | 0 | 75 | 43 | 0 | 517 | 143 | 105 |
| Binary | 11111110 | 1100100 | 10100100 | 0 | 111101 | 100011 | 0 | 101001111 | 1100011 | 1000101 |
Color Harmonies of #FE64A4
Complementary color
Monochromatic Colors of #FE64A4
Black with #FE64A4
Text Example
Text Example
White with #FE64A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE64A4; }
p { color: rgb(254,100,164); }
H1.HeaderClassName
{
color: #FE64A4;
}
.AnyTagClassName
{
color: #FE64A4;
}
</style>
background-color css
<style>
a { background-color: #FE64A4; }
a { background-color: rgb(254,100,164); }
div.DivClassName
{
background-color: #FE64A4;
}
.BgClassName
{
background-color: #FE64A4;
}
</style>
border-color css
<style>
span { border-color: #FE64A4; }
span { border-color: rgb(254,100,164); }
td.TdClassName
{
border-color: #FE64A4;
}
.TagClassName
{
border-color: #FE64A4;
}
</style>