Shades of Razzle Dazzle Rose #FE32B8
Tints of Razzle Dazzle Rose #FE32B8
RGB
CMYK
RGB Variations
Color information
#FE32B8 (or 0xFE32B8) is known color: Razzle Dazzle Rose. HEX triplet: FE, 32 and B8. RGB value is (254,50,184). Sum of RGB (Red+Green+Blue) = 254+50+184=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 50 (19.92% from 255 or 10.25% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE32B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE32B8 is #01CD47. Grayscale: #7D7D7D. Windows color (decimal): -118088 or 12071678. OLE color: 12071678.
HSL color Cylindrical-coordinate representation of color #FE32B8: hue angle of 320.59º 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 #FE32B8 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 184 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.00 |
| HSL | 320.59º | 0.99% | 0.6% | - |
| HSV(B) | 320.59º | 0.8% | 1% | - |
| XYZ | 50.67 | 26.81 | 47.85 | - |
| YUV | 126.27 | 160.59 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 184 | 0 | 0.80 | 0.28 | 0.00 | 320.59 | 0.99 | 0.6 |
| Hex | FE | 32 | B8 | 0 | 50 | 1C | 0 | 141 | 63 | 3C |
| Octal | 376 | 62 | 270 | 0 | 120 | 34 | 0 | 501 | 143 | 74 |
| Binary | 11111110 | 110010 | 10111000 | 0 | 1010000 | 11100 | 0 | 101000001 | 1100011 | 111100 |
Color Harmonies of #FE32B8
Complementary color
Monochromatic Colors of #FE32B8
Black with #FE32B8
Text Example
Text Example
White with #FE32B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE32B8; }
p { color: rgb(254,50,184); }
H1.HeaderClassName
{
color: #FE32B8;
}
.AnyTagClassName
{
color: #FE32B8;
}
</style>
background-color css
<style>
a { background-color: #FE32B8; }
a { background-color: rgb(254,50,184); }
div.DivClassName
{
background-color: #FE32B8;
}
.BgClassName
{
background-color: #FE32B8;
}
</style>
border-color css
<style>
span { border-color: #FE32B8; }
span { border-color: rgb(254,50,184); }
td.TdClassName
{
border-color: #FE32B8;
}
.TagClassName
{
border-color: #FE32B8;
}
</style>