Shades of Razzle Dazzle Rose #F034DF
Tints of Razzle Dazzle Rose #F034DF
RGB
CMYK
RGB Variations
Color information
#F034DF (or 0xF034DF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 34 and DF. RGB value is (240,52,223). Sum of RGB (Red+Green+Blue) = 240+52+223=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 52 (20.70% from 255 or 10.10% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F034DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F034DF is #0FCB20. Grayscale: #7F7F7F. Windows color (decimal): -1035041 or 14628080. OLE color: 14628080.
HSL color Cylindrical-coordinate representation of color #F034DF: hue angle of 305.43º 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 #F034DF is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 223 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.06 |
| HSL | 305.43º | 0.86% | 0.57% | - |
| HSV(B) | 305.43º | 0.78% | 0.94% | - |
| XYZ | 50.48 | 26.31 | 72.23 | - |
| YUV | 127.71 | 181.78 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 223 | 0 | 0.78 | 0.07 | 0.06 | 305.43 | 0.86 | 0.57 |
| Hex | F0 | 34 | DF | 0 | 4E | 7 | 6 | 131 | 56 | 39 |
| Octal | 360 | 64 | 337 | 0 | 116 | 7 | 6 | 461 | 126 | 71 |
| Binary | 11110000 | 110100 | 11011111 | 0 | 1001110 | 111 | 110 | 100110001 | 1010110 | 111001 |
Color Harmonies of #F034DF
Complementary color
Monochromatic Colors of #F034DF
Black with #F034DF
Text Example
Text Example
White with #F034DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F034DF; }
p { color: rgb(240,52,223); }
H1.HeaderClassName
{
color: #F034DF;
}
.AnyTagClassName
{
color: #F034DF;
}
</style>
background-color css
<style>
a { background-color: #F034DF; }
a { background-color: rgb(240,52,223); }
div.DivClassName
{
background-color: #F034DF;
}
.BgClassName
{
background-color: #F034DF;
}
</style>
border-color css
<style>
span { border-color: #F034DF; }
span { border-color: rgb(240,52,223); }
td.TdClassName
{
border-color: #F034DF;
}
.TagClassName
{
border-color: #F034DF;
}
</style>