Shades of Brilliant Rose #FE48B2
Tints of Brilliant Rose #FE48B2
RGB
CMYK
RGB Variations
Color information
#FE48B2 (or 0xFE48B2) is known color: Brilliant Rose. HEX triplet: FE, 48 and B2. RGB value is (254,72,178). Sum of RGB (Red+Green+Blue) = 254+72+178=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 72 (28.52% from 255 or 14.29% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE48B2 is #01B74D. Grayscale: #8A8A8A. Windows color (decimal): -112462 or 11684094. OLE color: 11684094.
HSL color Cylindrical-coordinate representation of color #FE48B2: hue angle of 325.05º 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 #FE48B2 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 178 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.00 |
| HSL | 325.05º | 0.99% | 0.64% | - |
| HSV(B) | 325.05º | 0.72% | 1% | - |
| XYZ | 51.23 | 28.92 | 45 | - |
| YUV | 138.5 | 150.3 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 178 | 0 | 0.72 | 0.30 | 0.00 | 325.05 | 0.99 | 0.64 |
| Hex | FE | 48 | B2 | 0 | 48 | 1E | 0 | 145 | 63 | 40 |
| Octal | 376 | 110 | 262 | 0 | 110 | 36 | 0 | 505 | 143 | 100 |
| Binary | 11111110 | 1001000 | 10110010 | 0 | 1001000 | 11110 | 0 | 101000101 | 1100011 | 1000000 |
Color Harmonies of #FE48B2
Complementary color
Monochromatic Colors of #FE48B2
Black with #FE48B2
Text Example
Text Example
White with #FE48B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE48B2; }
p { color: rgb(254,72,178); }
H1.HeaderClassName
{
color: #FE48B2;
}
.AnyTagClassName
{
color: #FE48B2;
}
</style>
background-color css
<style>
a { background-color: #FE48B2; }
a { background-color: rgb(254,72,178); }
div.DivClassName
{
background-color: #FE48B2;
}
.BgClassName
{
background-color: #FE48B2;
}
</style>
border-color css
<style>
span { border-color: #FE48B2; }
span { border-color: rgb(254,72,178); }
td.TdClassName
{
border-color: #FE48B2;
}
.TagClassName
{
border-color: #FE48B2;
}
</style>