Shades of Razzle Dazzle Rose #FA33EC
Tints of Razzle Dazzle Rose #FA33EC
RGB
CMYK
RGB Variations
Color information
#FA33EC (or 0xFA33EC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 33 and EC. RGB value is (250,51,236). Sum of RGB (Red+Green+Blue) = 250+51+236=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 51 (20.31% from 255 or 9.50% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FA33EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA33EC is #05CC13. Grayscale: #838383. Windows color (decimal): -379924 or 15479802. OLE color: 15479802.
HSL color Cylindrical-coordinate representation of color #FA33EC: hue angle of 304.22º 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 #FA33EC is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 236 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.02 |
| HSL | 304.22º | 0.95% | 0.59% | - |
| HSV(B) | 304.22º | 0.8% | 0.98% | - |
| XYZ | 55.75 | 28.75 | 81.97 | - |
| YUV | 131.59 | 186.93 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 236 | 0 | 0.80 | 0.06 | 0.02 | 304.22 | 0.95 | 0.59 |
| Hex | FA | 33 | EC | 0 | 50 | 6 | 2 | 130 | 5F | 3B |
| Octal | 372 | 63 | 354 | 0 | 120 | 6 | 2 | 460 | 137 | 73 |
| Binary | 11111010 | 110011 | 11101100 | 0 | 1010000 | 110 | 10 | 100110000 | 1011111 | 111011 |
Color Harmonies of #FA33EC
Complementary color
Monochromatic Colors of #FA33EC
Black with #FA33EC
Text Example
Text Example
White with #FA33EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA33EC; }
p { color: rgb(250,51,236); }
H1.HeaderClassName
{
color: #FA33EC;
}
.AnyTagClassName
{
color: #FA33EC;
}
</style>
background-color css
<style>
a { background-color: #FA33EC; }
a { background-color: rgb(250,51,236); }
div.DivClassName
{
background-color: #FA33EC;
}
.BgClassName
{
background-color: #FA33EC;
}
</style>
border-color css
<style>
span { border-color: #FA33EC; }
span { border-color: rgb(250,51,236); }
td.TdClassName
{
border-color: #FA33EC;
}
.TagClassName
{
border-color: #FA33EC;
}
</style>