Shades of Razzle Dazzle Rose #FE4BBC
Tints of Razzle Dazzle Rose #FE4BBC
RGB
CMYK
RGB Variations
Color information
#FE4BBC (or 0xFE4BBC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4B and BC. RGB value is (254,75,188). Sum of RGB (Red+Green+Blue) = 254+75+188=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 75 (29.69% from 255 or 14.51% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4BBC is #01B443. Grayscale: #8D8D8D. Windows color (decimal): -111684 or 12340222. OLE color: 12340222.
HSL color Cylindrical-coordinate representation of color #FE4BBC: hue angle of 322.12º 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 #FE4BBC is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 188 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.00 |
| HSL | 322.12º | 0.99% | 0.65% | - |
| HSV(B) | 322.12º | 0.7% | 1% | - |
| XYZ | 52.47 | 29.73 | 50.55 | - |
| YUV | 141.4 | 154.3 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 188 | 0 | 0.70 | 0.26 | 0.00 | 322.12 | 0.99 | 0.65 |
| Hex | FE | 4B | BC | 0 | 46 | 1A | 0 | 142 | 63 | 41 |
| Octal | 376 | 113 | 274 | 0 | 106 | 32 | 0 | 502 | 143 | 101 |
| Binary | 11111110 | 1001011 | 10111100 | 0 | 1000110 | 11010 | 0 | 101000010 | 1100011 | 1000001 |
Color Harmonies of #FE4BBC
Complementary color
Monochromatic Colors of #FE4BBC
Black with #FE4BBC
Text Example
Text Example
White with #FE4BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4BBC; }
p { color: rgb(254,75,188); }
H1.HeaderClassName
{
color: #FE4BBC;
}
.AnyTagClassName
{
color: #FE4BBC;
}
</style>
background-color css
<style>
a { background-color: #FE4BBC; }
a { background-color: rgb(254,75,188); }
div.DivClassName
{
background-color: #FE4BBC;
}
.BgClassName
{
background-color: #FE4BBC;
}
</style>
border-color css
<style>
span { border-color: #FE4BBC; }
span { border-color: rgb(254,75,188); }
td.TdClassName
{
border-color: #FE4BBC;
}
.TagClassName
{
border-color: #FE4BBC;
}
</style>