Shades of Razzle Dazzle Rose #FA32EC
Tints of Razzle Dazzle Rose #FA32EC
RGB
CMYK
RGB Variations
Color information
#FA32EC (or 0xFA32EC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 32 and EC. RGB value is (250,50,236). Sum of RGB (Red+Green+Blue) = 250+50+236=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 50 (19.92% from 255 or 9.33% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA32EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA32EC is #05CD13. Grayscale: #828282. Windows color (decimal): -380180 or 15479546. OLE color: 15479546.
HSL color Cylindrical-coordinate representation of color #FA32EC: hue angle of 304.2º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA32EC is Cyan = 0, Magento = 0.8, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 236 | - |
| CMYK | 0 | 0.8 | 0.06 | 0.02 |
| HSL | 304.2º | 0.95% | 0.59% | - |
| HSV(B) | 304.2º | 0.8% | 0.98% | - |
| XYZ | 55.71 | 28.66 | 81.95 | - |
| YUV | 131 | 187.26 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 236 | 0 | 0.8 | 0.06 | 0.02 | 304.2 | 0.95 | 0.59 |
| Hex | FA | 32 | EC | 0 | 50 | 6 | 2 | 130 | 5F | 3B |
| Octal | 372 | 62 | 354 | 0 | 120 | 6 | 2 | 460 | 137 | 73 |
| Binary | 11111010 | 110010 | 11101100 | 0 | 1010000 | 110 | 10 | 100110000 | 1011111 | 111011 |
Color Harmonies of #FA32EC
Complementary color
Monochromatic Colors of #FA32EC
Black with #FA32EC
Text Example
Text Example
White with #FA32EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA32EC; }
p { color: rgb(250,50,236); }
H1.HeaderClassName
{
color: #FA32EC;
}
.AnyTagClassName
{
color: #FA32EC;
}
</style>
background-color css
<style>
a { background-color: #FA32EC; }
a { background-color: rgb(250,50,236); }
div.DivClassName
{
background-color: #FA32EC;
}
.BgClassName
{
background-color: #FA32EC;
}
</style>
border-color css
<style>
span { border-color: #FA32EC; }
span { border-color: rgb(250,50,236); }
td.TdClassName
{
border-color: #FA32EC;
}
.TagClassName
{
border-color: #FA32EC;
}
</style>