Shades of Brilliant Rose #FE62A4
Tints of Brilliant Rose #FE62A4
RGB
CMYK
RGB Variations
Color information
#FE62A4 (or 0xFE62A4) is known color: Brilliant Rose. HEX triplet: FE, 62 and A4. RGB value is (254,98,164). Sum of RGB (Red+Green+Blue) = 254+98+164=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE62A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE62A4 is #019D5B. Grayscale: #989898. Windows color (decimal): -105820 or 10773246. OLE color: 10773246.
HSL color Cylindrical-coordinate representation of color #FE62A4: hue angle of 334.62º 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 #FE62A4 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 164 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.00 |
| HSL | 334.62º | 0.99% | 0.69% | - |
| HSV(B) | 334.62º | 0.61% | 1% | - |
| XYZ | 51.94 | 32.49 | 38.65 | - |
| YUV | 152.17 | 134.68 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 164 | 0 | 0.61 | 0.35 | 0.00 | 334.62 | 0.99 | 0.69 |
| Hex | FE | 62 | A4 | 0 | 3D | 23 | 0 | 14F | 63 | 45 |
| Octal | 376 | 142 | 244 | 0 | 75 | 43 | 0 | 517 | 143 | 105 |
| Binary | 11111110 | 1100010 | 10100100 | 0 | 111101 | 100011 | 0 | 101001111 | 1100011 | 1000101 |
Color Harmonies of #FE62A4
Complementary color
Monochromatic Colors of #FE62A4
Black with #FE62A4
Text Example
Text Example
White with #FE62A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE62A4; }
p { color: rgb(254,98,164); }
H1.HeaderClassName
{
color: #FE62A4;
}
.AnyTagClassName
{
color: #FE62A4;
}
</style>
background-color css
<style>
a { background-color: #FE62A4; }
a { background-color: rgb(254,98,164); }
div.DivClassName
{
background-color: #FE62A4;
}
.BgClassName
{
background-color: #FE62A4;
}
</style>
border-color css
<style>
span { border-color: #FE62A4; }
span { border-color: rgb(254,98,164); }
td.TdClassName
{
border-color: #FE62A4;
}
.TagClassName
{
border-color: #FE62A4;
}
</style>