Shades of Brilliant Rose #FE4CBC
Tints of Brilliant Rose #FE4CBC
RGB
CMYK
RGB Variations
Color information
#FE4CBC (or 0xFE4CBC) is known color: Brilliant Rose. HEX triplet: FE, 4C and BC. RGB value is (254,76,188). Sum of RGB (Red+Green+Blue) = 254+76+188=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4CBC is #01B343. Grayscale: #8D8D8D. Windows color (decimal): -111428 or 12340478. OLE color: 12340478.
HSL color Cylindrical-coordinate representation of color #FE4CBC: hue angle of 322.25º 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 #FE4CBC is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 188 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.00 |
| HSL | 322.25º | 0.99% | 0.65% | - |
| HSV(B) | 322.25º | 0.7% | 1% | - |
| XYZ | 52.53 | 29.87 | 50.57 | - |
| YUV | 141.99 | 153.97 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 188 | 0 | 0.70 | 0.26 | 0.00 | 322.25 | 0.99 | 0.65 |
| Hex | FE | 4C | BC | 0 | 46 | 1A | 0 | 142 | 63 | 41 |
| Octal | 376 | 114 | 274 | 0 | 106 | 32 | 0 | 502 | 143 | 101 |
| Binary | 11111110 | 1001100 | 10111100 | 0 | 1000110 | 11010 | 0 | 101000010 | 1100011 | 1000001 |
Color Harmonies of #FE4CBC
Complementary color
Monochromatic Colors of #FE4CBC
Black with #FE4CBC
Text Example
Text Example
White with #FE4CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4CBC; }
p { color: rgb(254,76,188); }
H1.HeaderClassName
{
color: #FE4CBC;
}
.AnyTagClassName
{
color: #FE4CBC;
}
</style>
background-color css
<style>
a { background-color: #FE4CBC; }
a { background-color: rgb(254,76,188); }
div.DivClassName
{
background-color: #FE4CBC;
}
.BgClassName
{
background-color: #FE4CBC;
}
</style>
border-color css
<style>
span { border-color: #FE4CBC; }
span { border-color: rgb(254,76,188); }
td.TdClassName
{
border-color: #FE4CBC;
}
.TagClassName
{
border-color: #FE4CBC;
}
</style>