Shades of Brilliant Rose #FE48B0
Tints of Brilliant Rose #FE48B0
RGB
CMYK
RGB Variations
Color information
#FE48B0 (or 0xFE48B0) is known color: Brilliant Rose. HEX triplet: FE, 48 and B0. RGB value is (254,72,176). Sum of RGB (Red+Green+Blue) = 254+72+176=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE48B0 is #01B74F. Grayscale: #8A8A8A. Windows color (decimal): -112464 or 11553022. OLE color: 11553022.
HSL color Cylindrical-coordinate representation of color #FE48B0: hue angle of 325.71º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE48B0 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 176 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.00 |
| HSL | 325.71º | 0.99% | 0.64% | - |
| HSV(B) | 325.71º | 0.72% | 1% | - |
| XYZ | 51.03 | 28.84 | 43.95 | - |
| YUV | 138.27 | 149.3 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 176 | 0 | 0.72 | 0.31 | 0.00 | 325.71 | 0.99 | 0.64 |
| Hex | FE | 48 | B0 | 0 | 48 | 1F | 0 | 146 | 63 | 40 |
| Octal | 376 | 110 | 260 | 0 | 110 | 37 | 0 | 506 | 143 | 100 |
| Binary | 11111110 | 1001000 | 10110000 | 0 | 1001000 | 11111 | 0 | 101000110 | 1100011 | 1000000 |
Color Harmonies of #FE48B0
Complementary color
Monochromatic Colors of #FE48B0
Black with #FE48B0
Text Example
Text Example
White with #FE48B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE48B0; }
p { color: rgb(254,72,176); }
H1.HeaderClassName
{
color: #FE48B0;
}
.AnyTagClassName
{
color: #FE48B0;
}
</style>
background-color css
<style>
a { background-color: #FE48B0; }
a { background-color: rgb(254,72,176); }
div.DivClassName
{
background-color: #FE48B0;
}
.BgClassName
{
background-color: #FE48B0;
}
</style>
border-color css
<style>
span { border-color: #FE48B0; }
span { border-color: rgb(254,72,176); }
td.TdClassName
{
border-color: #FE48B0;
}
.TagClassName
{
border-color: #FE48B0;
}
</style>