Shades of Razzle Dazzle Rose #F034DB
Tints of Razzle Dazzle Rose #F034DB
RGB
CMYK
RGB Variations
Color information
#F034DB (or 0xF034DB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 34 and DB. RGB value is (240,52,219). Sum of RGB (Red+Green+Blue) = 240+52+219=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 52 (20.70% from 255 or 10.18% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F034DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F034DB is #0FCB24. Grayscale: #7E7E7E. Windows color (decimal): -1035045 or 14365936. OLE color: 14365936.
HSL color Cylindrical-coordinate representation of color #F034DB: hue angle of 306.7º 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 #F034DB is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 219 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.06 |
| HSL | 306.7º | 0.86% | 0.57% | - |
| HSV(B) | 306.7º | 0.78% | 0.94% | - |
| XYZ | 49.95 | 26.1 | 69.42 | - |
| YUV | 127.25 | 179.78 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 219 | 0 | 0.78 | 0.09 | 0.06 | 306.7 | 0.86 | 0.57 |
| Hex | F0 | 34 | DB | 0 | 4E | 9 | 6 | 133 | 56 | 39 |
| Octal | 360 | 64 | 333 | 0 | 116 | 11 | 6 | 463 | 126 | 71 |
| Binary | 11110000 | 110100 | 11011011 | 0 | 1001110 | 1001 | 110 | 100110011 | 1010110 | 111001 |
Color Harmonies of #F034DB
Complementary color
Monochromatic Colors of #F034DB
Black with #F034DB
Text Example
Text Example
White with #F034DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F034DB; }
p { color: rgb(240,52,219); }
H1.HeaderClassName
{
color: #F034DB;
}
.AnyTagClassName
{
color: #F034DB;
}
</style>
background-color css
<style>
a { background-color: #F034DB; }
a { background-color: rgb(240,52,219); }
div.DivClassName
{
background-color: #F034DB;
}
.BgClassName
{
background-color: #F034DB;
}
</style>
border-color css
<style>
span { border-color: #F034DB; }
span { border-color: rgb(240,52,219); }
td.TdClassName
{
border-color: #F034DB;
}
.TagClassName
{
border-color: #F034DB;
}
</style>