Shades of Brilliant Rose #FE44A5
Tints of Brilliant Rose #FE44A5
RGB
CMYK
RGB Variations
Color information
#FE44A5 (or 0xFE44A5) is known color: Brilliant Rose. HEX triplet: FE, 44 and A5. RGB value is (254,68,165). Sum of RGB (Red+Green+Blue) = 254+68+165=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 68 (26.95% from 255 or 13.96% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE44A5 is #01BB5A. Grayscale: #868686. Windows color (decimal): -113499 or 10831102. OLE color: 10831102.
HSL color Cylindrical-coordinate representation of color #FE44A5: hue angle of 328.71º 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 #FE44A5 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 165 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.00 |
| HSL | 328.71º | 0.99% | 0.63% | - |
| HSV(B) | 328.71º | 0.73% | 1% | - |
| XYZ | 49.73 | 27.92 | 38.37 | - |
| YUV | 134.67 | 145.12 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 165 | 0 | 0.73 | 0.35 | 0.00 | 328.71 | 0.99 | 0.63 |
| Hex | FE | 44 | A5 | 0 | 49 | 23 | 0 | 149 | 63 | 3F |
| Octal | 376 | 104 | 245 | 0 | 111 | 43 | 0 | 511 | 143 | 77 |
| Binary | 11111110 | 1000100 | 10100101 | 0 | 1001001 | 100011 | 0 | 101001001 | 1100011 | 111111 |
Color Harmonies of #FE44A5
Complementary color
Monochromatic Colors of #FE44A5
Black with #FE44A5
Text Example
Text Example
White with #FE44A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE44A5; }
p { color: rgb(254,68,165); }
H1.HeaderClassName
{
color: #FE44A5;
}
.AnyTagClassName
{
color: #FE44A5;
}
</style>
background-color css
<style>
a { background-color: #FE44A5; }
a { background-color: rgb(254,68,165); }
div.DivClassName
{
background-color: #FE44A5;
}
.BgClassName
{
background-color: #FE44A5;
}
</style>
border-color css
<style>
span { border-color: #FE44A5; }
span { border-color: rgb(254,68,165); }
td.TdClassName
{
border-color: #FE44A5;
}
.TagClassName
{
border-color: #FE44A5;
}
</style>