Shades of Razzle Dazzle Rose #F034D3
Tints of Razzle Dazzle Rose #F034D3
RGB
CMYK
RGB Variations
Color information
#F034D3 (or 0xF034D3) is known color: Razzle Dazzle Rose. HEX triplet: F0, 34 and D3. RGB value is (240,52,211). Sum of RGB (Red+Green+Blue) = 240+52+211=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 52 (20.70% from 255 or 10.34% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F034D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F034D3 is #0FCB2C. Grayscale: #7D7D7D. Windows color (decimal): -1035053 or 13841648. OLE color: 13841648.
HSL color Cylindrical-coordinate representation of color #F034D3: hue angle of 309.26º 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 #F034D3 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 211 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.06 |
| HSL | 309.26º | 0.86% | 0.57% | - |
| HSV(B) | 309.26º | 0.78% | 0.94% | - |
| XYZ | 48.92 | 25.68 | 64.01 | - |
| YUV | 126.34 | 175.78 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 211 | 0 | 0.78 | 0.12 | 0.06 | 309.26 | 0.86 | 0.57 |
| Hex | F0 | 34 | D3 | 0 | 4E | C | 6 | 135 | 56 | 39 |
| Octal | 360 | 64 | 323 | 0 | 116 | 14 | 6 | 465 | 126 | 71 |
| Binary | 11110000 | 110100 | 11010011 | 0 | 1001110 | 1100 | 110 | 100110101 | 1010110 | 111001 |
Color Harmonies of #F034D3
Complementary color
Monochromatic Colors of #F034D3
Black with #F034D3
Text Example
Text Example
White with #F034D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F034D3; }
p { color: rgb(240,52,211); }
H1.HeaderClassName
{
color: #F034D3;
}
.AnyTagClassName
{
color: #F034D3;
}
</style>
background-color css
<style>
a { background-color: #F034D3; }
a { background-color: rgb(240,52,211); }
div.DivClassName
{
background-color: #F034D3;
}
.BgClassName
{
background-color: #F034D3;
}
</style>
border-color css
<style>
span { border-color: #F034D3; }
span { border-color: rgb(240,52,211); }
td.TdClassName
{
border-color: #F034D3;
}
.TagClassName
{
border-color: #F034D3;
}
</style>