Shades of Brilliant Rose #FE64A2
Tints of Brilliant Rose #FE64A2
RGB
CMYK
RGB Variations
Color information
#FE64A2 (or 0xFE64A2) is known color: Brilliant Rose. HEX triplet: FE, 64 and A2. RGB value is (254,100,162). Sum of RGB (Red+Green+Blue) = 254+100+162=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE64A2 is #019B5D. Grayscale: #999999. Windows color (decimal): -105310 or 10642686. OLE color: 10642686.
HSL color Cylindrical-coordinate representation of color #FE64A2: hue angle of 335.84º 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 #FE64A2 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 162 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.00 |
| HSL | 335.84º | 0.99% | 0.69% | - |
| HSV(B) | 335.84º | 0.61% | 1% | - |
| XYZ | 51.95 | 32.79 | 37.77 | - |
| YUV | 153.11 | 133.02 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 162 | 0 | 0.61 | 0.36 | 0.00 | 335.84 | 0.99 | 0.69 |
| Hex | FE | 64 | A2 | 0 | 3D | 24 | 0 | 150 | 63 | 45 |
| Octal | 376 | 144 | 242 | 0 | 75 | 44 | 0 | 520 | 143 | 105 |
| Binary | 11111110 | 1100100 | 10100010 | 0 | 111101 | 100100 | 0 | 101010000 | 1100011 | 1000101 |
Color Harmonies of #FE64A2
Complementary color
Monochromatic Colors of #FE64A2
Black with #FE64A2
Text Example
Text Example
White with #FE64A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE64A2; }
p { color: rgb(254,100,162); }
H1.HeaderClassName
{
color: #FE64A2;
}
.AnyTagClassName
{
color: #FE64A2;
}
</style>
background-color css
<style>
a { background-color: #FE64A2; }
a { background-color: rgb(254,100,162); }
div.DivClassName
{
background-color: #FE64A2;
}
.BgClassName
{
background-color: #FE64A2;
}
</style>
border-color css
<style>
span { border-color: #FE64A2; }
span { border-color: rgb(254,100,162); }
td.TdClassName
{
border-color: #FE64A2;
}
.TagClassName
{
border-color: #FE64A2;
}
</style>