Shades of Razzle Dazzle Rose #F032F8
Tints of Razzle Dazzle Rose #F032F8
RGB
CMYK
RGB Variations
Color information
#F032F8 (or 0xF032F8) is known color: Razzle Dazzle Rose. HEX triplet: F0, 32 and F8. RGB value is (240,50,248). Sum of RGB (Red+Green+Blue) = 240+50+248=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 50 (19.92% from 255 or 9.29% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #F032F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F032F8 is #0FCD07. Grayscale: #808080. Windows color (decimal): -1035528 or 16265968. OLE color: 16265968.
HSL color Cylindrical-coordinate representation of color #F032F8: hue angle of 297.58º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F032F8 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 50 | 248 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.03 |
| HSL | 297.58º | 0.93% | 0.58% | - |
| HSV(B) | 297.58º | 0.8% | 0.97% | - |
| XYZ | 54.02 | 27.58 | 91.28 | - |
| YUV | 129.38 | 194.95 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 248 | 0.03 | 0.80 | 0 | 0.03 | 297.58 | 0.93 | 0.58 |
| Hex | F0 | 32 | F8 | 3 | 50 | 0 | 3 | 12A | 5D | 3A |
| Octal | 360 | 62 | 370 | 3 | 120 | 0 | 3 | 452 | 135 | 72 |
| Binary | 11110000 | 110010 | 11111000 | 11 | 1010000 | 0 | 11 | 100101010 | 1011101 | 111010 |
Color Harmonies of #F032F8
Complementary color
Monochromatic Colors of #F032F8
Black with #F032F8
Text Example
Text Example
White with #F032F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F032F8; }
p { color: rgb(240,50,248); }
H1.HeaderClassName
{
color: #F032F8;
}
.AnyTagClassName
{
color: #F032F8;
}
</style>
background-color css
<style>
a { background-color: #F032F8; }
a { background-color: rgb(240,50,248); }
div.DivClassName
{
background-color: #F032F8;
}
.BgClassName
{
background-color: #F032F8;
}
</style>
border-color css
<style>
span { border-color: #F032F8; }
span { border-color: rgb(240,50,248); }
td.TdClassName
{
border-color: #F032F8;
}
.TagClassName
{
border-color: #F032F8;
}
</style>