Shades of Brilliant Rose #FE44A6
Tints of Brilliant Rose #FE44A6
RGB
CMYK
RGB Variations
Color information
#FE44A6 (or 0xFE44A6) is known color: Brilliant Rose. HEX triplet: FE, 44 and A6. RGB value is (254,68,166). Sum of RGB (Red+Green+Blue) = 254+68+166=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 68 (26.95% from 255 or 13.93% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE44A6 is #01BB59. Grayscale: #868686. Windows color (decimal): -113498 or 10896638. OLE color: 10896638.
HSL color Cylindrical-coordinate representation of color #FE44A6: hue angle of 328.39º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE44A6 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 166 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.00 |
| HSL | 328.39º | 0.99% | 0.63% | - |
| HSV(B) | 328.39º | 0.73% | 1% | - |
| XYZ | 49.82 | 27.96 | 38.85 | - |
| YUV | 134.79 | 145.62 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 166 | 0 | 0.73 | 0.35 | 0.00 | 328.39 | 0.99 | 0.63 |
| Hex | FE | 44 | A6 | 0 | 49 | 23 | 0 | 148 | 63 | 3F |
| Octal | 376 | 104 | 246 | 0 | 111 | 43 | 0 | 510 | 143 | 77 |
| Binary | 11111110 | 1000100 | 10100110 | 0 | 1001001 | 100011 | 0 | 101001000 | 1100011 | 111111 |
Color Harmonies of #FE44A6
Complementary color
Monochromatic Colors of #FE44A6
Black with #FE44A6
Text Example
Text Example
White with #FE44A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE44A6; }
p { color: rgb(254,68,166); }
H1.HeaderClassName
{
color: #FE44A6;
}
.AnyTagClassName
{
color: #FE44A6;
}
</style>
background-color css
<style>
a { background-color: #FE44A6; }
a { background-color: rgb(254,68,166); }
div.DivClassName
{
background-color: #FE44A6;
}
.BgClassName
{
background-color: #FE44A6;
}
</style>
border-color css
<style>
span { border-color: #FE44A6; }
span { border-color: rgb(254,68,166); }
td.TdClassName
{
border-color: #FE44A6;
}
.TagClassName
{
border-color: #FE44A6;
}
</style>