Shades of Razzle Dazzle Rose #FE34BB
Tints of Razzle Dazzle Rose #FE34BB
RGB
CMYK
RGB Variations
Color information
#FE34BB (or 0xFE34BB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 34 and BB. RGB value is (254,52,187). Sum of RGB (Red+Green+Blue) = 254+52+187=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 52 (20.70% from 255 or 10.55% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE34BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE34BB is #01CB44. Grayscale: #7F7F7F. Windows color (decimal): -117573 or 12268798. OLE color: 12268798.
HSL color Cylindrical-coordinate representation of color #FE34BB: hue angle of 319.9º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE34BB is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 187 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.00 |
| HSL | 319.9º | 0.99% | 0.6% | - |
| HSV(B) | 319.9º | 0.8% | 1% | - |
| XYZ | 51.07 | 27.11 | 49.56 | - |
| YUV | 127.79 | 161.42 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 187 | 0 | 0.80 | 0.26 | 0.00 | 319.9 | 0.99 | 0.6 |
| Hex | FE | 34 | BB | 0 | 50 | 1A | 0 | 140 | 63 | 3C |
| Octal | 376 | 64 | 273 | 0 | 120 | 32 | 0 | 500 | 143 | 74 |
| Binary | 11111110 | 110100 | 10111011 | 0 | 1010000 | 11010 | 0 | 101000000 | 1100011 | 111100 |
Color Harmonies of #FE34BB
Complementary color
Monochromatic Colors of #FE34BB
Black with #FE34BB
Text Example
Text Example
White with #FE34BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE34BB; }
p { color: rgb(254,52,187); }
H1.HeaderClassName
{
color: #FE34BB;
}
.AnyTagClassName
{
color: #FE34BB;
}
</style>
background-color css
<style>
a { background-color: #FE34BB; }
a { background-color: rgb(254,52,187); }
div.DivClassName
{
background-color: #FE34BB;
}
.BgClassName
{
background-color: #FE34BB;
}
</style>
border-color css
<style>
span { border-color: #FE34BB; }
span { border-color: rgb(254,52,187); }
td.TdClassName
{
border-color: #FE34BB;
}
.TagClassName
{
border-color: #FE34BB;
}
</style>