Shades of Brilliant Rose #FE48B7
Tints of Brilliant Rose #FE48B7
RGB
CMYK
RGB Variations
Color information
#FE48B7 (or 0xFE48B7) is known color: Brilliant Rose. HEX triplet: FE, 48 and B7. RGB value is (254,72,183). Sum of RGB (Red+Green+Blue) = 254+72+183=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 72 (28.52% from 255 or 14.15% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE48B7 is #01B748. Grayscale: #8A8A8A. Windows color (decimal): -112457 or 12011774. OLE color: 12011774.
HSL color Cylindrical-coordinate representation of color #FE48B7: hue angle of 323.41º 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 #FE48B7 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 183 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.00 |
| HSL | 323.41º | 0.99% | 0.64% | - |
| HSV(B) | 323.41º | 0.72% | 1% | - |
| XYZ | 51.74 | 29.12 | 47.69 | - |
| YUV | 139.07 | 152.8 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 183 | 0 | 0.72 | 0.28 | 0.00 | 323.41 | 0.99 | 0.64 |
| Hex | FE | 48 | B7 | 0 | 48 | 1C | 0 | 143 | 63 | 40 |
| Octal | 376 | 110 | 267 | 0 | 110 | 34 | 0 | 503 | 143 | 100 |
| Binary | 11111110 | 1001000 | 10110111 | 0 | 1001000 | 11100 | 0 | 101000011 | 1100011 | 1000000 |
Color Harmonies of #FE48B7
Complementary color
Monochromatic Colors of #FE48B7
Black with #FE48B7
Text Example
Text Example
White with #FE48B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE48B7; }
p { color: rgb(254,72,183); }
H1.HeaderClassName
{
color: #FE48B7;
}
.AnyTagClassName
{
color: #FE48B7;
}
</style>
background-color css
<style>
a { background-color: #FE48B7; }
a { background-color: rgb(254,72,183); }
div.DivClassName
{
background-color: #FE48B7;
}
.BgClassName
{
background-color: #FE48B7;
}
</style>
border-color css
<style>
span { border-color: #FE48B7; }
span { border-color: rgb(254,72,183); }
td.TdClassName
{
border-color: #FE48B7;
}
.TagClassName
{
border-color: #FE48B7;
}
</style>