Shades of Brilliant Rose #FE62A0
Tints of Brilliant Rose #FE62A0
RGB
CMYK
RGB Variations
Color information
#FE62A0 (or 0xFE62A0) is known color: Brilliant Rose. HEX triplet: FE, 62 and A0. RGB value is (254,98,160). Sum of RGB (Red+Green+Blue) = 254+98+160=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE62A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE62A0 is #019D5F. Grayscale: #979797. Windows color (decimal): -105824 or 10511102. OLE color: 10511102.
HSL color Cylindrical-coordinate representation of color #FE62A0: hue angle of 336.15º 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 #FE62A0 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 160 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.00 |
| HSL | 336.15º | 0.99% | 0.69% | - |
| HSV(B) | 336.15º | 0.61% | 1% | - |
| XYZ | 51.59 | 32.34 | 36.78 | - |
| YUV | 151.71 | 132.68 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 160 | 0 | 0.61 | 0.37 | 0.00 | 336.15 | 0.99 | 0.69 |
| Hex | FE | 62 | A0 | 0 | 3D | 25 | 0 | 150 | 63 | 45 |
| Octal | 376 | 142 | 240 | 0 | 75 | 45 | 0 | 520 | 143 | 105 |
| Binary | 11111110 | 1100010 | 10100000 | 0 | 111101 | 100101 | 0 | 101010000 | 1100011 | 1000101 |
Color Harmonies of #FE62A0
Complementary color
Monochromatic Colors of #FE62A0
Black with #FE62A0
Text Example
Text Example
White with #FE62A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE62A0; }
p { color: rgb(254,98,160); }
H1.HeaderClassName
{
color: #FE62A0;
}
.AnyTagClassName
{
color: #FE62A0;
}
</style>
background-color css
<style>
a { background-color: #FE62A0; }
a { background-color: rgb(254,98,160); }
div.DivClassName
{
background-color: #FE62A0;
}
.BgClassName
{
background-color: #FE62A0;
}
</style>
border-color css
<style>
span { border-color: #FE62A0; }
span { border-color: rgb(254,98,160); }
td.TdClassName
{
border-color: #FE62A0;
}
.TagClassName
{
border-color: #FE62A0;
}
</style>