Shades of Brilliant Rose #FE44B0
Tints of Brilliant Rose #FE44B0
RGB
CMYK
RGB Variations
Color information
#FE44B0 (or 0xFE44B0) is known color: Brilliant Rose. HEX triplet: FE, 44 and B0. RGB value is (254,68,176). Sum of RGB (Red+Green+Blue) = 254+68+176=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 68 (26.95% from 255 or 13.65% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE44B0 is #01BB4F. Grayscale: #878787. Windows color (decimal): -113488 or 11551998. OLE color: 11551998.
HSL color Cylindrical-coordinate representation of color #FE44B0: hue angle of 325.16º 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 #FE44B0 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 176 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.00 |
| HSL | 325.16º | 0.99% | 0.63% | - |
| HSV(B) | 325.16º | 0.73% | 1% | - |
| XYZ | 50.78 | 28.34 | 43.87 | - |
| YUV | 135.93 | 150.62 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 176 | 0 | 0.73 | 0.31 | 0.00 | 325.16 | 0.99 | 0.63 |
| Hex | FE | 44 | B0 | 0 | 49 | 1F | 0 | 145 | 63 | 3F |
| Octal | 376 | 104 | 260 | 0 | 111 | 37 | 0 | 505 | 143 | 77 |
| Binary | 11111110 | 1000100 | 10110000 | 0 | 1001001 | 11111 | 0 | 101000101 | 1100011 | 111111 |
Color Harmonies of #FE44B0
Complementary color
Monochromatic Colors of #FE44B0
Black with #FE44B0
Text Example
Text Example
White with #FE44B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE44B0; }
p { color: rgb(254,68,176); }
H1.HeaderClassName
{
color: #FE44B0;
}
.AnyTagClassName
{
color: #FE44B0;
}
</style>
background-color css
<style>
a { background-color: #FE44B0; }
a { background-color: rgb(254,68,176); }
div.DivClassName
{
background-color: #FE44B0;
}
.BgClassName
{
background-color: #FE44B0;
}
</style>
border-color css
<style>
span { border-color: #FE44B0; }
span { border-color: rgb(254,68,176); }
td.TdClassName
{
border-color: #FE44B0;
}
.TagClassName
{
border-color: #FE44B0;
}
</style>