Shades of Razzle Dazzle Rose #FE32BC
Tints of Razzle Dazzle Rose #FE32BC
RGB
CMYK
RGB Variations
Color information
#FE32BC (or 0xFE32BC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 32 and BC. RGB value is (254,50,188). Sum of RGB (Red+Green+Blue) = 254+50+188=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 50 (19.92% from 255 or 10.16% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE32BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE32BC is #01CD43. Grayscale: #7E7E7E. Windows color (decimal): -118084 or 12333822. OLE color: 12333822.
HSL color Cylindrical-coordinate representation of color #FE32BC: hue angle of 319.41º 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 #FE32BC is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 188 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.00 |
| HSL | 319.41º | 0.99% | 0.6% | - |
| HSV(B) | 319.41º | 0.8% | 1% | - |
| XYZ | 51.09 | 26.98 | 50.09 | - |
| YUV | 126.73 | 162.59 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 188 | 0 | 0.80 | 0.26 | 0.00 | 319.41 | 0.99 | 0.6 |
| Hex | FE | 32 | BC | 0 | 50 | 1A | 0 | 13F | 63 | 3C |
| Octal | 376 | 62 | 274 | 0 | 120 | 32 | 0 | 477 | 143 | 74 |
| Binary | 11111110 | 110010 | 10111100 | 0 | 1010000 | 11010 | 0 | 100111111 | 1100011 | 111100 |
Color Harmonies of #FE32BC
Complementary color
Monochromatic Colors of #FE32BC
Black with #FE32BC
Text Example
Text Example
White with #FE32BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE32BC; }
p { color: rgb(254,50,188); }
H1.HeaderClassName
{
color: #FE32BC;
}
.AnyTagClassName
{
color: #FE32BC;
}
</style>
background-color css
<style>
a { background-color: #FE32BC; }
a { background-color: rgb(254,50,188); }
div.DivClassName
{
background-color: #FE32BC;
}
.BgClassName
{
background-color: #FE32BC;
}
</style>
border-color css
<style>
span { border-color: #FE32BC; }
span { border-color: rgb(254,50,188); }
td.TdClassName
{
border-color: #FE32BC;
}
.TagClassName
{
border-color: #FE32BC;
}
</style>