Shades of Razzle Dazzle Rose #F02EC1
Tints of Razzle Dazzle Rose #F02EC1
RGB
CMYK
RGB Variations
Color information
#F02EC1 (or 0xF02EC1) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2E and C1. RGB value is (240,46,193). Sum of RGB (Red+Green+Blue) = 240+46+193=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 46 (18.36% from 255 or 9.60% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F02EC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02EC1 is #0FD13E. Grayscale: #787878. Windows color (decimal): -1036607 or 12660464. OLE color: 12660464.
HSL color Cylindrical-coordinate representation of color #F02EC1: hue angle of 314.54º 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 #F02EC1 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 46 | 193 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.06 |
| HSL | 314.54º | 0.87% | 0.56% | - |
| HSV(B) | 314.54º | 0.81% | 0.94% | - |
| XYZ | 46.54 | 24.33 | 52.7 | - |
| YUV | 120.76 | 168.77 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 46 | 193 | 0 | 0.81 | 0.20 | 0.06 | 314.54 | 0.87 | 0.56 |
| Hex | F0 | 2E | C1 | 0 | 51 | 14 | 6 | 13B | 57 | 38 |
| Octal | 360 | 56 | 301 | 0 | 121 | 24 | 6 | 473 | 127 | 70 |
| Binary | 11110000 | 101110 | 11000001 | 0 | 1010001 | 10100 | 110 | 100111011 | 1010111 | 111000 |
Color Harmonies of #F02EC1
Complementary color
Monochromatic Colors of #F02EC1
Black with #F02EC1
Text Example
Text Example
White with #F02EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02EC1; }
p { color: rgb(240,46,193); }
H1.HeaderClassName
{
color: #F02EC1;
}
.AnyTagClassName
{
color: #F02EC1;
}
</style>
background-color css
<style>
a { background-color: #F02EC1; }
a { background-color: rgb(240,46,193); }
div.DivClassName
{
background-color: #F02EC1;
}
.BgClassName
{
background-color: #F02EC1;
}
</style>
border-color css
<style>
span { border-color: #F02EC1; }
span { border-color: rgb(240,46,193); }
td.TdClassName
{
border-color: #F02EC1;
}
.TagClassName
{
border-color: #F02EC1;
}
</style>