Shades of Brilliant Rose #FE63A6
Tints of Brilliant Rose #FE63A6
RGB
CMYK
RGB Variations
Color information
#FE63A6 (or 0xFE63A6) is known color: Brilliant Rose. HEX triplet: FE, 63 and A6. RGB value is (254,99,166). Sum of RGB (Red+Green+Blue) = 254+99+166=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE63A6 is #019C59. Grayscale: #989898. Windows color (decimal): -105562 or 10904574. OLE color: 10904574.
HSL color Cylindrical-coordinate representation of color #FE63A6: hue angle of 334.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 #FE63A6 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 166 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.00 |
| HSL | 334.06º | 0.99% | 0.69% | - |
| HSV(B) | 334.06º | 0.61% | 1% | - |
| XYZ | 52.22 | 32.75 | 39.65 | - |
| YUV | 152.98 | 135.35 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 166 | 0 | 0.61 | 0.35 | 0.00 | 334.06 | 0.99 | 0.69 |
| Hex | FE | 63 | A6 | 0 | 3D | 23 | 0 | 14E | 63 | 45 |
| Octal | 376 | 143 | 246 | 0 | 75 | 43 | 0 | 516 | 143 | 105 |
| Binary | 11111110 | 1100011 | 10100110 | 0 | 111101 | 100011 | 0 | 101001110 | 1100011 | 1000101 |
Color Harmonies of #FE63A6
Complementary color
Monochromatic Colors of #FE63A6
Black with #FE63A6
Text Example
Text Example
White with #FE63A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE63A6; }
p { color: rgb(254,99,166); }
H1.HeaderClassName
{
color: #FE63A6;
}
.AnyTagClassName
{
color: #FE63A6;
}
</style>
background-color css
<style>
a { background-color: #FE63A6; }
a { background-color: rgb(254,99,166); }
div.DivClassName
{
background-color: #FE63A6;
}
.BgClassName
{
background-color: #FE63A6;
}
</style>
border-color css
<style>
span { border-color: #FE63A6; }
span { border-color: rgb(254,99,166); }
td.TdClassName
{
border-color: #FE63A6;
}
.TagClassName
{
border-color: #FE63A6;
}
</style>