Shades of Razzle Dazzle Rose #FE2BEB
Tints of Razzle Dazzle Rose #FE2BEB
RGB
CMYK
RGB Variations
Color information
#FE2BEB (or 0xFE2BEB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2B and EB. RGB value is (254,43,235). Sum of RGB (Red+Green+Blue) = 254+43+235=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 43 (17.19% from 255 or 8.08% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2BEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2BEB is #01D414. Grayscale: #7F7F7F. Windows color (decimal): -119829 or 15412222. OLE color: 15412222.
HSL color Cylindrical-coordinate representation of color #FE2BEB: hue angle of 305.4º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2BEB is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 235 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.00 |
| HSL | 305.4º | 0.99% | 0.58% | - |
| HSV(B) | 305.4º | 0.83% | 1% | - |
| XYZ | 56.73 | 28.8 | 81.17 | - |
| YUV | 127.98 | 188.4 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 235 | 0 | 0.83 | 0.07 | 0.00 | 305.4 | 0.99 | 0.58 |
| Hex | FE | 2B | EB | 0 | 53 | 7 | 0 | 131 | 63 | 3A |
| Octal | 376 | 53 | 353 | 0 | 123 | 7 | 0 | 461 | 143 | 72 |
| Binary | 11111110 | 101011 | 11101011 | 0 | 1010011 | 111 | 0 | 100110001 | 1100011 | 111010 |
Color Harmonies of #FE2BEB
Complementary color
Monochromatic Colors of #FE2BEB
Black with #FE2BEB
Text Example
Text Example
White with #FE2BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2BEB; }
p { color: rgb(254,43,235); }
H1.HeaderClassName
{
color: #FE2BEB;
}
.AnyTagClassName
{
color: #FE2BEB;
}
</style>
background-color css
<style>
a { background-color: #FE2BEB; }
a { background-color: rgb(254,43,235); }
div.DivClassName
{
background-color: #FE2BEB;
}
.BgClassName
{
background-color: #FE2BEB;
}
</style>
border-color css
<style>
span { border-color: #FE2BEB; }
span { border-color: rgb(254,43,235); }
td.TdClassName
{
border-color: #FE2BEB;
}
.TagClassName
{
border-color: #FE2BEB;
}
</style>