Shades of Razzle Dazzle Rose #FA32EE
Tints of Razzle Dazzle Rose #FA32EE
RGB
CMYK
RGB Variations
Color information
#FA32EE (or 0xFA32EE) is known color: Razzle Dazzle Rose. HEX triplet: FA, 32 and EE. RGB value is (250,50,238). Sum of RGB (Red+Green+Blue) = 250+50+238=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 50 (19.92% from 255 or 9.29% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA32EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA32EE is #05CD11. Grayscale: #828282. Windows color (decimal): -380178 or 15610618. OLE color: 15610618.
HSL color Cylindrical-coordinate representation of color #FA32EE: hue angle of 303.6º 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 #FA32EE is Cyan = 0, Magento = 0.8, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 238 | - |
| CMYK | 0 | 0.8 | 0.05 | 0.02 |
| HSL | 303.6º | 0.95% | 0.59% | - |
| HSV(B) | 303.6º | 0.8% | 0.98% | - |
| XYZ | 56 | 28.78 | 83.49 | - |
| YUV | 131.23 | 188.26 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 238 | 0 | 0.8 | 0.05 | 0.02 | 303.6 | 0.95 | 0.59 |
| Hex | FA | 32 | EE | 0 | 50 | 5 | 2 | 130 | 5F | 3B |
| Octal | 372 | 62 | 356 | 0 | 120 | 5 | 2 | 460 | 137 | 73 |
| Binary | 11111010 | 110010 | 11101110 | 0 | 1010000 | 101 | 10 | 100110000 | 1011111 | 111011 |
Color Harmonies of #FA32EE
Complementary color
Monochromatic Colors of #FA32EE
Black with #FA32EE
Text Example
Text Example
White with #FA32EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA32EE; }
p { color: rgb(250,50,238); }
H1.HeaderClassName
{
color: #FA32EE;
}
.AnyTagClassName
{
color: #FA32EE;
}
</style>
background-color css
<style>
a { background-color: #FA32EE; }
a { background-color: rgb(250,50,238); }
div.DivClassName
{
background-color: #FA32EE;
}
.BgClassName
{
background-color: #FA32EE;
}
</style>
border-color css
<style>
span { border-color: #FA32EE; }
span { border-color: rgb(250,50,238); }
td.TdClassName
{
border-color: #FA32EE;
}
.TagClassName
{
border-color: #FA32EE;
}
</style>