Shades of Razzle Dazzle Rose #F032E0
Tints of Razzle Dazzle Rose #F032E0
RGB
CMYK
RGB Variations
Color information
#F032E0 (or 0xF032E0) is known color: Razzle Dazzle Rose. HEX triplet: F0, 32 and E0. RGB value is (240,50,224). Sum of RGB (Red+Green+Blue) = 240+50+224=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 50 (19.92% from 255 or 9.73% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F032E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F032E0 is #0FCD1F. Grayscale: #7E7E7E. Windows color (decimal): -1035552 or 14693104. OLE color: 14693104.
HSL color Cylindrical-coordinate representation of color #F032E0: hue angle of 305.05º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F032E0 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 224 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.06 |
| HSL | 305.05º | 0.86% | 0.57% | - |
| HSV(B) | 305.05º | 0.79% | 0.94% | - |
| XYZ | 50.53 | 26.19 | 72.91 | - |
| YUV | 126.65 | 182.95 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 224 | 0 | 0.79 | 0.07 | 0.06 | 305.05 | 0.86 | 0.57 |
| Hex | F0 | 32 | E0 | 0 | 4F | 7 | 6 | 131 | 56 | 39 |
| Octal | 360 | 62 | 340 | 0 | 117 | 7 | 6 | 461 | 126 | 71 |
| Binary | 11110000 | 110010 | 11100000 | 0 | 1001111 | 111 | 110 | 100110001 | 1010110 | 111001 |
Color Harmonies of #F032E0
Complementary color
Monochromatic Colors of #F032E0
Black with #F032E0
Text Example
Text Example
White with #F032E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F032E0; }
p { color: rgb(240,50,224); }
H1.HeaderClassName
{
color: #F032E0;
}
.AnyTagClassName
{
color: #F032E0;
}
</style>
background-color css
<style>
a { background-color: #F032E0; }
a { background-color: rgb(240,50,224); }
div.DivClassName
{
background-color: #F032E0;
}
.BgClassName
{
background-color: #F032E0;
}
</style>
border-color css
<style>
span { border-color: #F032E0; }
span { border-color: rgb(240,50,224); }
td.TdClassName
{
border-color: #F032E0;
}
.TagClassName
{
border-color: #F032E0;
}
</style>