Shades of Razzle Dazzle Rose #F039ED
Tints of Razzle Dazzle Rose #F039ED
RGB
CMYK
RGB Variations
Color information
#F039ED (or 0xF039ED) is known color: Razzle Dazzle Rose. HEX triplet: F0, 39 and ED. RGB value is (240,57,237). Sum of RGB (Red+Green+Blue) = 240+57+237=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 57 (22.66% from 255 or 10.67% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F039ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F039ED is #0FC612. Grayscale: #838383. Windows color (decimal): -1033747 or 15546864. OLE color: 15546864.
HSL color Cylindrical-coordinate representation of color #F039ED: hue angle of 300.98º 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 #F039ED is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 237 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.06 |
| HSL | 300.98º | 0.86% | 0.58% | - |
| HSV(B) | 300.98º | 0.76% | 0.94% | - |
| XYZ | 52.68 | 27.57 | 82.66 | - |
| YUV | 132.24 | 187.13 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 237 | 0 | 0.76 | 0.01 | 0.06 | 300.98 | 0.86 | 0.58 |
| Hex | F0 | 39 | ED | 0 | 4C | 1 | 6 | 12D | 56 | 3A |
| Octal | 360 | 71 | 355 | 0 | 114 | 1 | 6 | 455 | 126 | 72 |
| Binary | 11110000 | 111001 | 11101101 | 0 | 1001100 | 1 | 110 | 100101101 | 1010110 | 111010 |
Color Harmonies of #F039ED
Complementary color
Monochromatic Colors of #F039ED
Black with #F039ED
Text Example
Text Example
White with #F039ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F039ED; }
p { color: rgb(240,57,237); }
H1.HeaderClassName
{
color: #F039ED;
}
.AnyTagClassName
{
color: #F039ED;
}
</style>
background-color css
<style>
a { background-color: #F039ED; }
a { background-color: rgb(240,57,237); }
div.DivClassName
{
background-color: #F039ED;
}
.BgClassName
{
background-color: #F039ED;
}
</style>
border-color css
<style>
span { border-color: #F039ED; }
span { border-color: rgb(240,57,237); }
td.TdClassName
{
border-color: #F039ED;
}
.TagClassName
{
border-color: #F039ED;
}
</style>