Shades of Brilliant Rose #FE4FB6
Tints of Brilliant Rose #FE4FB6
RGB
CMYK
RGB Variations
Color information
#FE4FB6 (or 0xFE4FB6) is known color: Brilliant Rose. HEX triplet: FE, 4F and B6. RGB value is (254,79,182). Sum of RGB (Red+Green+Blue) = 254+79+182=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 79 (31.25% from 255 or 15.34% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4FB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4FB6 is #01B049. Grayscale: #8E8E8E. Windows color (decimal): -110666 or 11948030. OLE color: 11948030.
HSL color Cylindrical-coordinate representation of color #FE4FB6: hue angle of 324.69º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE4FB6 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 182 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.00 |
| HSL | 324.69º | 0.99% | 0.65% | - |
| HSV(B) | 324.69º | 0.69% | 1% | - |
| XYZ | 52.11 | 30.04 | 47.31 | - |
| YUV | 143.07 | 149.98 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 182 | 0 | 0.69 | 0.28 | 0.00 | 324.69 | 0.99 | 0.65 |
| Hex | FE | 4F | B6 | 0 | 45 | 1C | 0 | 145 | 63 | 41 |
| Octal | 376 | 117 | 266 | 0 | 105 | 34 | 0 | 505 | 143 | 101 |
| Binary | 11111110 | 1001111 | 10110110 | 0 | 1000101 | 11100 | 0 | 101000101 | 1100011 | 1000001 |
Color Harmonies of #FE4FB6
Complementary color
Monochromatic Colors of #FE4FB6
Black with #FE4FB6
Text Example
Text Example
White with #FE4FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4FB6; }
p { color: rgb(254,79,182); }
H1.HeaderClassName
{
color: #FE4FB6;
}
.AnyTagClassName
{
color: #FE4FB6;
}
</style>
background-color css
<style>
a { background-color: #FE4FB6; }
a { background-color: rgb(254,79,182); }
div.DivClassName
{
background-color: #FE4FB6;
}
.BgClassName
{
background-color: #FE4FB6;
}
</style>
border-color css
<style>
span { border-color: #FE4FB6; }
span { border-color: rgb(254,79,182); }
td.TdClassName
{
border-color: #FE4FB6;
}
.TagClassName
{
border-color: #FE4FB6;
}
</style>