Shades of Brilliant Rose #FE44A3
Tints of Brilliant Rose #FE44A3
RGB
CMYK
RGB Variations
Color information
#FE44A3 (or 0xFE44A3) is known color: Brilliant Rose. HEX triplet: FE, 44 and A3. RGB value is (254,68,163). Sum of RGB (Red+Green+Blue) = 254+68+163=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 68 (26.95% from 255 or 14.02% from 485); Blue value is 163 (64.06% from 255 or 33.61% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE44A3 is #01BB5C. Grayscale: #868686. Windows color (decimal): -113501 or 10700030. OLE color: 10700030.
HSL color Cylindrical-coordinate representation of color #FE44A3: hue angle of 329.35º 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 #FE44A3 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 163 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.00 |
| HSL | 329.35º | 0.99% | 0.63% | - |
| HSV(B) | 329.35º | 0.73% | 1% | - |
| XYZ | 49.55 | 27.85 | 37.41 | - |
| YUV | 134.44 | 144.12 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 163 | 0 | 0.73 | 0.36 | 0.00 | 329.35 | 0.99 | 0.63 |
| Hex | FE | 44 | A3 | 0 | 49 | 24 | 0 | 149 | 63 | 3F |
| Octal | 376 | 104 | 243 | 0 | 111 | 44 | 0 | 511 | 143 | 77 |
| Binary | 11111110 | 1000100 | 10100011 | 0 | 1001001 | 100100 | 0 | 101001001 | 1100011 | 111111 |
Color Harmonies of #FE44A3
Complementary color
Monochromatic Colors of #FE44A3
Black with #FE44A3
Text Example
Text Example
White with #FE44A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE44A3; }
p { color: rgb(254,68,163); }
H1.HeaderClassName
{
color: #FE44A3;
}
.AnyTagClassName
{
color: #FE44A3;
}
</style>
background-color css
<style>
a { background-color: #FE44A3; }
a { background-color: rgb(254,68,163); }
div.DivClassName
{
background-color: #FE44A3;
}
.BgClassName
{
background-color: #FE44A3;
}
</style>
border-color css
<style>
span { border-color: #FE44A3; }
span { border-color: rgb(254,68,163); }
td.TdClassName
{
border-color: #FE44A3;
}
.TagClassName
{
border-color: #FE44A3;
}
</style>