Shades of Razzle Dazzle Rose #F039DD
Tints of Razzle Dazzle Rose #F039DD
RGB
CMYK
RGB Variations
Color information
#F039DD (or 0xF039DD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 39 and DD. RGB value is (240,57,221). Sum of RGB (Red+Green+Blue) = 240+57+221=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 57 (22.66% from 255 or 11.00% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F039DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F039DD is #0FC622. Grayscale: #818181. Windows color (decimal): -1033763 or 14498288. OLE color: 14498288.
HSL color Cylindrical-coordinate representation of color #F039DD: hue angle of 306.23º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F039DD is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 221 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.06 |
| HSL | 306.23º | 0.86% | 0.58% | - |
| HSV(B) | 306.23º | 0.76% | 0.94% | - |
| XYZ | 50.45 | 26.67 | 70.9 | - |
| YUV | 130.41 | 179.13 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 221 | 0 | 0.76 | 0.08 | 0.06 | 306.23 | 0.86 | 0.58 |
| Hex | F0 | 39 | DD | 0 | 4C | 8 | 6 | 132 | 56 | 3A |
| Octal | 360 | 71 | 335 | 0 | 114 | 10 | 6 | 462 | 126 | 72 |
| Binary | 11110000 | 111001 | 11011101 | 0 | 1001100 | 1000 | 110 | 100110010 | 1010110 | 111010 |
Color Harmonies of #F039DD
Complementary color
Monochromatic Colors of #F039DD
Black with #F039DD
Text Example
Text Example
White with #F039DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F039DD; }
p { color: rgb(240,57,221); }
H1.HeaderClassName
{
color: #F039DD;
}
.AnyTagClassName
{
color: #F039DD;
}
</style>
background-color css
<style>
a { background-color: #F039DD; }
a { background-color: rgb(240,57,221); }
div.DivClassName
{
background-color: #F039DD;
}
.BgClassName
{
background-color: #F039DD;
}
</style>
border-color css
<style>
span { border-color: #F039DD; }
span { border-color: rgb(240,57,221); }
td.TdClassName
{
border-color: #F039DD;
}
.TagClassName
{
border-color: #F039DD;
}
</style>