Shades of Brilliant Rose #FE46B0
Tints of Brilliant Rose #FE46B0
RGB
CMYK
RGB Variations
Color information
#FE46B0 (or 0xFE46B0) is known color: Brilliant Rose. HEX triplet: FE, 46 and B0. RGB value is (254,70,176). Sum of RGB (Red+Green+Blue) = 254+70+176=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 70 (27.73% from 255 or 14% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE46B0 is #01B94F. Grayscale: #888888. Windows color (decimal): -112976 or 11552510. OLE color: 11552510.
HSL color Cylindrical-coordinate representation of color #FE46B0: hue angle of 325.43º 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 #FE46B0 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 176 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.00 |
| HSL | 325.43º | 0.99% | 0.64% | - |
| HSV(B) | 325.43º | 0.72% | 1% | - |
| XYZ | 50.9 | 28.59 | 43.91 | - |
| YUV | 137.1 | 149.96 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 176 | 0 | 0.72 | 0.31 | 0.00 | 325.43 | 0.99 | 0.64 |
| Hex | FE | 46 | B0 | 0 | 48 | 1F | 0 | 145 | 63 | 40 |
| Octal | 376 | 106 | 260 | 0 | 110 | 37 | 0 | 505 | 143 | 100 |
| Binary | 11111110 | 1000110 | 10110000 | 0 | 1001000 | 11111 | 0 | 101000101 | 1100011 | 1000000 |
Color Harmonies of #FE46B0
Complementary color
Monochromatic Colors of #FE46B0
Black with #FE46B0
Text Example
Text Example
White with #FE46B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46B0; }
p { color: rgb(254,70,176); }
H1.HeaderClassName
{
color: #FE46B0;
}
.AnyTagClassName
{
color: #FE46B0;
}
</style>
background-color css
<style>
a { background-color: #FE46B0; }
a { background-color: rgb(254,70,176); }
div.DivClassName
{
background-color: #FE46B0;
}
.BgClassName
{
background-color: #FE46B0;
}
</style>
border-color css
<style>
span { border-color: #FE46B0; }
span { border-color: rgb(254,70,176); }
td.TdClassName
{
border-color: #FE46B0;
}
.TagClassName
{
border-color: #FE46B0;
}
</style>