Shades of Razzle Dazzle Rose #F039D5
Tints of Razzle Dazzle Rose #F039D5
RGB
CMYK
RGB Variations
Color information
#F039D5 (or 0xF039D5) is known color: Razzle Dazzle Rose. HEX triplet: F0, 39 and D5. RGB value is (240,57,213). Sum of RGB (Red+Green+Blue) = 240+57+213=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 57 (22.66% from 255 or 11.18% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F039D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F039D5 is #0FC62A. Grayscale: #818181. Windows color (decimal): -1033771 or 13974000. OLE color: 13974000.
HSL color Cylindrical-coordinate representation of color #F039D5: hue angle of 308.85º 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 #F039D5 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 213 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.06 |
| HSL | 308.85º | 0.86% | 0.58% | - |
| HSV(B) | 308.85º | 0.76% | 0.94% | - |
| XYZ | 49.41 | 26.26 | 65.41 | - |
| YUV | 129.5 | 175.13 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 213 | 0 | 0.76 | 0.11 | 0.06 | 308.85 | 0.86 | 0.58 |
| Hex | F0 | 39 | D5 | 0 | 4C | B | 6 | 135 | 56 | 3A |
| Octal | 360 | 71 | 325 | 0 | 114 | 13 | 6 | 465 | 126 | 72 |
| Binary | 11110000 | 111001 | 11010101 | 0 | 1001100 | 1011 | 110 | 100110101 | 1010110 | 111010 |
Color Harmonies of #F039D5
Complementary color
Monochromatic Colors of #F039D5
Black with #F039D5
Text Example
Text Example
White with #F039D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F039D5; }
p { color: rgb(240,57,213); }
H1.HeaderClassName
{
color: #F039D5;
}
.AnyTagClassName
{
color: #F039D5;
}
</style>
background-color css
<style>
a { background-color: #F039D5; }
a { background-color: rgb(240,57,213); }
div.DivClassName
{
background-color: #F039D5;
}
.BgClassName
{
background-color: #F039D5;
}
</style>
border-color css
<style>
span { border-color: #F039D5; }
span { border-color: rgb(240,57,213); }
td.TdClassName
{
border-color: #F039D5;
}
.TagClassName
{
border-color: #F039D5;
}
</style>