Shades of Razzle Dazzle Rose #F039D6
Tints of Razzle Dazzle Rose #F039D6
RGB
CMYK
RGB Variations
Color information
#F039D6 (or 0xF039D6) is known color: Razzle Dazzle Rose. HEX triplet: F0, 39 and D6. RGB value is (240,57,214). Sum of RGB (Red+Green+Blue) = 240+57+214=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 57 (22.66% from 255 or 11.15% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F039D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F039D6 is #0FC629. Grayscale: #818181. Windows color (decimal): -1033770 or 14039536. OLE color: 14039536.
HSL color Cylindrical-coordinate representation of color #F039D6: hue angle of 308.52º 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 #F039D6 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 214 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.06 |
| HSL | 308.52º | 0.86% | 0.58% | - |
| HSV(B) | 308.52º | 0.76% | 0.94% | - |
| XYZ | 49.54 | 26.31 | 66.09 | - |
| YUV | 129.62 | 175.63 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 214 | 0 | 0.76 | 0.11 | 0.06 | 308.52 | 0.86 | 0.58 |
| Hex | F0 | 39 | D6 | 0 | 4C | B | 6 | 135 | 56 | 3A |
| Octal | 360 | 71 | 326 | 0 | 114 | 13 | 6 | 465 | 126 | 72 |
| Binary | 11110000 | 111001 | 11010110 | 0 | 1001100 | 1011 | 110 | 100110101 | 1010110 | 111010 |
Color Harmonies of #F039D6
Complementary color
Monochromatic Colors of #F039D6
Black with #F039D6
Text Example
Text Example
White with #F039D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F039D6; }
p { color: rgb(240,57,214); }
H1.HeaderClassName
{
color: #F039D6;
}
.AnyTagClassName
{
color: #F039D6;
}
</style>
background-color css
<style>
a { background-color: #F039D6; }
a { background-color: rgb(240,57,214); }
div.DivClassName
{
background-color: #F039D6;
}
.BgClassName
{
background-color: #F039D6;
}
</style>
border-color css
<style>
span { border-color: #F039D6; }
span { border-color: rgb(240,57,214); }
td.TdClassName
{
border-color: #F039D6;
}
.TagClassName
{
border-color: #F039D6;
}
</style>