Shades of Razzle Dazzle Rose #FE2BEA
Tints of Razzle Dazzle Rose #FE2BEA
RGB
CMYK
RGB Variations
Color information
#FE2BEA (or 0xFE2BEA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2B and EA. RGB value is (254,43,234). Sum of RGB (Red+Green+Blue) = 254+43+234=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 43 (17.19% from 255 or 8.10% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2BEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2BEA is #01D415. Grayscale: #7F7F7F. Windows color (decimal): -119830 or 15346686. OLE color: 15346686.
HSL color Cylindrical-coordinate representation of color #FE2BEA: hue angle of 305.69º 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 #FE2BEA is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 234 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.00 |
| HSL | 305.69º | 0.99% | 0.58% | - |
| HSV(B) | 305.69º | 0.83% | 1% | - |
| XYZ | 56.59 | 28.74 | 80.41 | - |
| YUV | 127.86 | 187.9 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 234 | 0 | 0.83 | 0.08 | 0.00 | 305.69 | 0.99 | 0.58 |
| Hex | FE | 2B | EA | 0 | 53 | 8 | 0 | 132 | 63 | 3A |
| Octal | 376 | 53 | 352 | 0 | 123 | 10 | 0 | 462 | 143 | 72 |
| Binary | 11111110 | 101011 | 11101010 | 0 | 1010011 | 1000 | 0 | 100110010 | 1100011 | 111010 |
Color Harmonies of #FE2BEA
Complementary color
Monochromatic Colors of #FE2BEA
Black with #FE2BEA
Text Example
Text Example
White with #FE2BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2BEA; }
p { color: rgb(254,43,234); }
H1.HeaderClassName
{
color: #FE2BEA;
}
.AnyTagClassName
{
color: #FE2BEA;
}
</style>
background-color css
<style>
a { background-color: #FE2BEA; }
a { background-color: rgb(254,43,234); }
div.DivClassName
{
background-color: #FE2BEA;
}
.BgClassName
{
background-color: #FE2BEA;
}
</style>
border-color css
<style>
span { border-color: #FE2BEA; }
span { border-color: rgb(254,43,234); }
td.TdClassName
{
border-color: #FE2BEA;
}
.TagClassName
{
border-color: #FE2BEA;
}
</style>