Shades of Razzle Dazzle Rose #FA31EC
Tints of Razzle Dazzle Rose #FA31EC
RGB
CMYK
RGB Variations
Color information
#FA31EC (or 0xFA31EC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 31 and EC. RGB value is (250,49,236). Sum of RGB (Red+Green+Blue) = 250+49+236=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 49 (19.53% from 255 or 9.16% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FA31EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA31EC is #05CE13. Grayscale: #818181. Windows color (decimal): -380436 or 15479290. OLE color: 15479290.
HSL color Cylindrical-coordinate representation of color #FA31EC: hue angle of 304.18º 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 #FA31EC is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 236 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.02 |
| HSL | 304.18º | 0.95% | 0.59% | - |
| HSV(B) | 304.18º | 0.8% | 0.98% | - |
| XYZ | 55.66 | 28.58 | 81.94 | - |
| YUV | 130.42 | 187.59 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 236 | 0 | 0.80 | 0.06 | 0.02 | 304.18 | 0.95 | 0.59 |
| Hex | FA | 31 | EC | 0 | 50 | 6 | 2 | 130 | 5F | 3B |
| Octal | 372 | 61 | 354 | 0 | 120 | 6 | 2 | 460 | 137 | 73 |
| Binary | 11111010 | 110001 | 11101100 | 0 | 1010000 | 110 | 10 | 100110000 | 1011111 | 111011 |
Color Harmonies of #FA31EC
Complementary color
Monochromatic Colors of #FA31EC
Black with #FA31EC
Text Example
Text Example
White with #FA31EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA31EC; }
p { color: rgb(250,49,236); }
H1.HeaderClassName
{
color: #FA31EC;
}
.AnyTagClassName
{
color: #FA31EC;
}
</style>
background-color css
<style>
a { background-color: #FA31EC; }
a { background-color: rgb(250,49,236); }
div.DivClassName
{
background-color: #FA31EC;
}
.BgClassName
{
background-color: #FA31EC;
}
</style>
border-color css
<style>
span { border-color: #FA31EC; }
span { border-color: rgb(250,49,236); }
td.TdClassName
{
border-color: #FA31EC;
}
.TagClassName
{
border-color: #FA31EC;
}
</style>