Shades of Brilliant Rose #FE46B7
Tints of Brilliant Rose #FE46B7
RGB
CMYK
RGB Variations
Color information
#FE46B7 (or 0xFE46B7) is known color: Brilliant Rose. HEX triplet: FE, 46 and B7. RGB value is (254,70,183). Sum of RGB (Red+Green+Blue) = 254+70+183=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE46B7 is #01B948. Grayscale: #898989. Windows color (decimal): -112969 or 12011262. OLE color: 12011262.
HSL color Cylindrical-coordinate representation of color #FE46B7: hue angle of 323.15º 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 #FE46B7 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 183 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.00 |
| HSL | 323.15º | 0.99% | 0.64% | - |
| HSV(B) | 323.15º | 0.72% | 1% | - |
| XYZ | 51.61 | 28.87 | 47.65 | - |
| YUV | 137.9 | 153.46 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 183 | 0 | 0.72 | 0.28 | 0.00 | 323.15 | 0.99 | 0.64 |
| Hex | FE | 46 | B7 | 0 | 48 | 1C | 0 | 143 | 63 | 40 |
| Octal | 376 | 106 | 267 | 0 | 110 | 34 | 0 | 503 | 143 | 100 |
| Binary | 11111110 | 1000110 | 10110111 | 0 | 1001000 | 11100 | 0 | 101000011 | 1100011 | 1000000 |
Color Harmonies of #FE46B7
Complementary color
Monochromatic Colors of #FE46B7
Black with #FE46B7
Text Example
Text Example
White with #FE46B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46B7; }
p { color: rgb(254,70,183); }
H1.HeaderClassName
{
color: #FE46B7;
}
.AnyTagClassName
{
color: #FE46B7;
}
</style>
background-color css
<style>
a { background-color: #FE46B7; }
a { background-color: rgb(254,70,183); }
div.DivClassName
{
background-color: #FE46B7;
}
.BgClassName
{
background-color: #FE46B7;
}
</style>
border-color css
<style>
span { border-color: #FE46B7; }
span { border-color: rgb(254,70,183); }
td.TdClassName
{
border-color: #FE46B7;
}
.TagClassName
{
border-color: #FE46B7;
}
</style>