Shades of Brilliant Rose #FE62A2
Tints of Brilliant Rose #FE62A2
RGB
CMYK
RGB Variations
Color information
#FE62A2 (or 0xFE62A2) is known color: Brilliant Rose. HEX triplet: FE, 62 and A2. RGB value is (254,98,162). Sum of RGB (Red+Green+Blue) = 254+98+162=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE62A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE62A2 is #019D5D. Grayscale: #979797. Windows color (decimal): -105822 or 10642174. OLE color: 10642174.
HSL color Cylindrical-coordinate representation of color #FE62A2: hue angle of 335.38º 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 #FE62A2 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 162 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.00 |
| HSL | 335.38º | 0.99% | 0.69% | - |
| HSV(B) | 335.38º | 0.61% | 1% | - |
| XYZ | 51.76 | 32.41 | 37.71 | - |
| YUV | 151.94 | 133.68 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 162 | 0 | 0.61 | 0.36 | 0.00 | 335.38 | 0.99 | 0.69 |
| Hex | FE | 62 | A2 | 0 | 3D | 24 | 0 | 14F | 63 | 45 |
| Octal | 376 | 142 | 242 | 0 | 75 | 44 | 0 | 517 | 143 | 105 |
| Binary | 11111110 | 1100010 | 10100010 | 0 | 111101 | 100100 | 0 | 101001111 | 1100011 | 1000101 |
Color Harmonies of #FE62A2
Complementary color
Monochromatic Colors of #FE62A2
Black with #FE62A2
Text Example
Text Example
White with #FE62A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE62A2; }
p { color: rgb(254,98,162); }
H1.HeaderClassName
{
color: #FE62A2;
}
.AnyTagClassName
{
color: #FE62A2;
}
</style>
background-color css
<style>
a { background-color: #FE62A2; }
a { background-color: rgb(254,98,162); }
div.DivClassName
{
background-color: #FE62A2;
}
.BgClassName
{
background-color: #FE62A2;
}
</style>
border-color css
<style>
span { border-color: #FE62A2; }
span { border-color: rgb(254,98,162); }
td.TdClassName
{
border-color: #FE62A2;
}
.TagClassName
{
border-color: #FE62A2;
}
</style>