Shades of Razzle Dazzle Rose #F034E5
Tints of Razzle Dazzle Rose #F034E5
RGB
CMYK
RGB Variations
Color information
#F034E5 (or 0xF034E5) is known color: Razzle Dazzle Rose. HEX triplet: F0, 34 and E5. RGB value is (240,52,229). Sum of RGB (Red+Green+Blue) = 240+52+229=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 52 (20.70% from 255 or 9.98% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F034E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F034E5 is #0FCB1A. Grayscale: #7F7F7F. Windows color (decimal): -1035035 or 15021296. OLE color: 15021296.
HSL color Cylindrical-coordinate representation of color #F034E5: hue angle of 303.51º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F034E5 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 229 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.06 |
| HSL | 303.51º | 0.86% | 0.57% | - |
| HSV(B) | 303.51º | 0.78% | 0.94% | - |
| XYZ | 51.31 | 26.64 | 76.57 | - |
| YUV | 128.39 | 184.78 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 229 | 0 | 0.78 | 0.05 | 0.06 | 303.51 | 0.86 | 0.57 |
| Hex | F0 | 34 | E5 | 0 | 4E | 5 | 6 | 130 | 56 | 39 |
| Octal | 360 | 64 | 345 | 0 | 116 | 5 | 6 | 460 | 126 | 71 |
| Binary | 11110000 | 110100 | 11100101 | 0 | 1001110 | 101 | 110 | 100110000 | 1010110 | 111001 |
Color Harmonies of #F034E5
Complementary color
Monochromatic Colors of #F034E5
Black with #F034E5
Text Example
Text Example
White with #F034E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F034E5; }
p { color: rgb(240,52,229); }
H1.HeaderClassName
{
color: #F034E5;
}
.AnyTagClassName
{
color: #F034E5;
}
</style>
background-color css
<style>
a { background-color: #F034E5; }
a { background-color: rgb(240,52,229); }
div.DivClassName
{
background-color: #F034E5;
}
.BgClassName
{
background-color: #F034E5;
}
</style>
border-color css
<style>
span { border-color: #F034E5; }
span { border-color: rgb(240,52,229); }
td.TdClassName
{
border-color: #F034E5;
}
.TagClassName
{
border-color: #F034E5;
}
</style>