Shades of Razzle Dazzle Rose #FE2BE6
Tints of Razzle Dazzle Rose #FE2BE6
RGB
CMYK
RGB Variations
Color information
#FE2BE6 (or 0xFE2BE6) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2B and E6. RGB value is (254,43,230). Sum of RGB (Red+Green+Blue) = 254+43+230=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 43 (17.19% from 255 or 8.16% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2BE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2BE6 is #01D419. Grayscale: #7E7E7E. Windows color (decimal): -119834 or 15084542. OLE color: 15084542.
HSL color Cylindrical-coordinate representation of color #FE2BE6: hue angle of 306.82º 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 #FE2BE6 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 230 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.00 |
| HSL | 306.82º | 0.99% | 0.58% | - |
| HSV(B) | 306.82º | 0.83% | 1% | - |
| XYZ | 56.02 | 28.51 | 77.41 | - |
| YUV | 127.41 | 185.9 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 230 | 0 | 0.83 | 0.09 | 0.00 | 306.82 | 0.99 | 0.58 |
| Hex | FE | 2B | E6 | 0 | 53 | 9 | 0 | 133 | 63 | 3A |
| Octal | 376 | 53 | 346 | 0 | 123 | 11 | 0 | 463 | 143 | 72 |
| Binary | 11111110 | 101011 | 11100110 | 0 | 1010011 | 1001 | 0 | 100110011 | 1100011 | 111010 |
Color Harmonies of #FE2BE6
Complementary color
Monochromatic Colors of #FE2BE6
Black with #FE2BE6
Text Example
Text Example
White with #FE2BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2BE6; }
p { color: rgb(254,43,230); }
H1.HeaderClassName
{
color: #FE2BE6;
}
.AnyTagClassName
{
color: #FE2BE6;
}
</style>
background-color css
<style>
a { background-color: #FE2BE6; }
a { background-color: rgb(254,43,230); }
div.DivClassName
{
background-color: #FE2BE6;
}
.BgClassName
{
background-color: #FE2BE6;
}
</style>
border-color css
<style>
span { border-color: #FE2BE6; }
span { border-color: rgb(254,43,230); }
td.TdClassName
{
border-color: #FE2BE6;
}
.TagClassName
{
border-color: #FE2BE6;
}
</style>