Shades of Razzle Dazzle Rose #F02EC6
Tints of Razzle Dazzle Rose #F02EC6
RGB
CMYK
RGB Variations
Color information
#F02EC6 (or 0xF02EC6) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2E and C6. RGB value is (240,46,198). Sum of RGB (Red+Green+Blue) = 240+46+198=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 46 (18.36% from 255 or 9.50% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F02EC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02EC6 is #0FD139. Grayscale: #787878. Windows color (decimal): -1036602 or 12988144. OLE color: 12988144.
HSL color Cylindrical-coordinate representation of color #F02EC6: hue angle of 312.99º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F02EC6 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 46 | 198 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.06 |
| HSL | 312.99º | 0.87% | 0.56% | - |
| HSV(B) | 312.99º | 0.81% | 0.94% | - |
| XYZ | 47.11 | 24.56 | 55.68 | - |
| YUV | 121.33 | 171.27 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 46 | 198 | 0 | 0.81 | 0.18 | 0.06 | 312.99 | 0.87 | 0.56 |
| Hex | F0 | 2E | C6 | 0 | 51 | 12 | 6 | 139 | 57 | 38 |
| Octal | 360 | 56 | 306 | 0 | 121 | 22 | 6 | 471 | 127 | 70 |
| Binary | 11110000 | 101110 | 11000110 | 0 | 1010001 | 10010 | 110 | 100111001 | 1010111 | 111000 |
Color Harmonies of #F02EC6
Complementary color
Monochromatic Colors of #F02EC6
Black with #F02EC6
Text Example
Text Example
White with #F02EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02EC6; }
p { color: rgb(240,46,198); }
H1.HeaderClassName
{
color: #F02EC6;
}
.AnyTagClassName
{
color: #F02EC6;
}
</style>
background-color css
<style>
a { background-color: #F02EC6; }
a { background-color: rgb(240,46,198); }
div.DivClassName
{
background-color: #F02EC6;
}
.BgClassName
{
background-color: #F02EC6;
}
</style>
border-color css
<style>
span { border-color: #F02EC6; }
span { border-color: rgb(240,46,198); }
td.TdClassName
{
border-color: #F02EC6;
}
.TagClassName
{
border-color: #F02EC6;
}
</style>