Shades of Brilliant Rose #FE4CB6
Tints of Brilliant Rose #FE4CB6
RGB
CMYK
RGB Variations
Color information
#FE4CB6 (or 0xFE4CB6) is known color: Brilliant Rose. HEX triplet: FE, 4C and B6. RGB value is (254,76,182). Sum of RGB (Red+Green+Blue) = 254+76+182=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4CB6 is #01B349. Grayscale: #8D8D8D. Windows color (decimal): -111434 or 11947262. OLE color: 11947262.
HSL color Cylindrical-coordinate representation of color #FE4CB6: hue angle of 324.27º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4CB6 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 182 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.00 |
| HSL | 324.27º | 0.99% | 0.65% | - |
| HSV(B) | 324.27º | 0.7% | 1% | - |
| XYZ | 51.9 | 29.62 | 47.24 | - |
| YUV | 141.31 | 150.97 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 182 | 0 | 0.70 | 0.28 | 0.00 | 324.27 | 0.99 | 0.65 |
| Hex | FE | 4C | B6 | 0 | 46 | 1C | 0 | 144 | 63 | 41 |
| Octal | 376 | 114 | 266 | 0 | 106 | 34 | 0 | 504 | 143 | 101 |
| Binary | 11111110 | 1001100 | 10110110 | 0 | 1000110 | 11100 | 0 | 101000100 | 1100011 | 1000001 |
Color Harmonies of #FE4CB6
Complementary color
Monochromatic Colors of #FE4CB6
Black with #FE4CB6
Text Example
Text Example
White with #FE4CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4CB6; }
p { color: rgb(254,76,182); }
H1.HeaderClassName
{
color: #FE4CB6;
}
.AnyTagClassName
{
color: #FE4CB6;
}
</style>
background-color css
<style>
a { background-color: #FE4CB6; }
a { background-color: rgb(254,76,182); }
div.DivClassName
{
background-color: #FE4CB6;
}
.BgClassName
{
background-color: #FE4CB6;
}
</style>
border-color css
<style>
span { border-color: #FE4CB6; }
span { border-color: rgb(254,76,182); }
td.TdClassName
{
border-color: #FE4CB6;
}
.TagClassName
{
border-color: #FE4CB6;
}
</style>