Shades of Brilliant Rose #FE4BBB
Tints of Brilliant Rose #FE4BBB
RGB
CMYK
RGB Variations
Color information
#FE4BBB (or 0xFE4BBB) is known color: Brilliant Rose. HEX triplet: FE, 4B and BB. RGB value is (254,75,187). Sum of RGB (Red+Green+Blue) = 254+75+187=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 75 (29.69% from 255 or 14.53% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4BBB is #01B444. Grayscale: #8D8D8D. Windows color (decimal): -111685 or 12274686. OLE color: 12274686.
HSL color Cylindrical-coordinate representation of color #FE4BBB: hue angle of 322.46º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4BBB is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 187 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.00 |
| HSL | 322.46º | 0.99% | 0.65% | - |
| HSV(B) | 322.46º | 0.7% | 1% | - |
| XYZ | 52.36 | 29.69 | 49.99 | - |
| YUV | 141.29 | 153.8 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 187 | 0 | 0.70 | 0.26 | 0.00 | 322.46 | 0.99 | 0.65 |
| Hex | FE | 4B | BB | 0 | 46 | 1A | 0 | 142 | 63 | 41 |
| Octal | 376 | 113 | 273 | 0 | 106 | 32 | 0 | 502 | 143 | 101 |
| Binary | 11111110 | 1001011 | 10111011 | 0 | 1000110 | 11010 | 0 | 101000010 | 1100011 | 1000001 |
Color Harmonies of #FE4BBB
Complementary color
Monochromatic Colors of #FE4BBB
Black with #FE4BBB
Text Example
Text Example
White with #FE4BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4BBB; }
p { color: rgb(254,75,187); }
H1.HeaderClassName
{
color: #FE4BBB;
}
.AnyTagClassName
{
color: #FE4BBB;
}
</style>
background-color css
<style>
a { background-color: #FE4BBB; }
a { background-color: rgb(254,75,187); }
div.DivClassName
{
background-color: #FE4BBB;
}
.BgClassName
{
background-color: #FE4BBB;
}
</style>
border-color css
<style>
span { border-color: #FE4BBB; }
span { border-color: rgb(254,75,187); }
td.TdClassName
{
border-color: #FE4BBB;
}
.TagClassName
{
border-color: #FE4BBB;
}
</style>