Shades of Razzle Dazzle Rose #F020E4
Tints of Razzle Dazzle Rose #F020E4
RGB
CMYK
RGB Variations
Color information
#F020E4 (or 0xF020E4) is known color: Razzle Dazzle Rose. HEX triplet: F0, 20 and E4. RGB value is (240,32,228). Sum of RGB (Red+Green+Blue) = 240+32+228=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 32 (12.89% from 255 or 6.4% from 500); Blue value is 228 (89.45% from 255 or 45.6% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F020E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F020E4 is #0FDF1B. Grayscale: #737373. Windows color (decimal): -1040156 or 14950640. OLE color: 14950640.
HSL color Cylindrical-coordinate representation of color #F020E4: hue angle of 303.46º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F020E4 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 228 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.06 |
| HSL | 303.46º | 0.87% | 0.53% | - |
| HSV(B) | 303.46º | 0.87% | 0.94% | - |
| XYZ | 50.46 | 25.16 | 75.6 | - |
| YUV | 116.54 | 190.91 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 228 | 0 | 0.87 | 0.05 | 0.06 | 303.46 | 0.87 | 0.53 |
| Hex | F0 | 20 | E4 | 0 | 57 | 5 | 6 | 12F | 57 | 35 |
| Octal | 360 | 40 | 344 | 0 | 127 | 5 | 6 | 457 | 127 | 65 |
| Binary | 11110000 | 100000 | 11100100 | 0 | 1010111 | 101 | 110 | 100101111 | 1010111 | 110101 |
Color Harmonies of #F020E4
Complementary color
Monochromatic Colors of #F020E4
Black with #F020E4
Text Example
Text Example
White with #F020E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F020E4; }
p { color: rgb(240,32,228); }
H1.HeaderClassName
{
color: #F020E4;
}
.AnyTagClassName
{
color: #F020E4;
}
</style>
background-color css
<style>
a { background-color: #F020E4; }
a { background-color: rgb(240,32,228); }
div.DivClassName
{
background-color: #F020E4;
}
.BgClassName
{
background-color: #F020E4;
}
</style>
border-color css
<style>
span { border-color: #F020E4; }
span { border-color: rgb(240,32,228); }
td.TdClassName
{
border-color: #F020E4;
}
.TagClassName
{
border-color: #F020E4;
}
</style>