Shades of Razzle Dazzle Rose #F039E3
Tints of Razzle Dazzle Rose #F039E3
RGB
CMYK
RGB Variations
Color information
#F039E3 (or 0xF039E3) is known color: Razzle Dazzle Rose. HEX triplet: F0, 39 and E3. RGB value is (240,57,227). Sum of RGB (Red+Green+Blue) = 240+57+227=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 57 (22.66% from 255 or 10.88% from 524); Blue value is 227 (89.06% from 255 or 43.32% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F039E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F039E3 is #0FC61C. Grayscale: #828282. Windows color (decimal): -1033757 or 14891504. OLE color: 14891504.
HSL color Cylindrical-coordinate representation of color #F039E3: hue angle of 304.26º 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 #F039E3 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 227 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.06 |
| HSL | 304.26º | 0.86% | 0.58% | - |
| HSV(B) | 304.26º | 0.76% | 0.94% | - |
| XYZ | 51.26 | 27 | 75.18 | - |
| YUV | 131.1 | 182.13 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 227 | 0 | 0.76 | 0.05 | 0.06 | 304.26 | 0.86 | 0.58 |
| Hex | F0 | 39 | E3 | 0 | 4C | 5 | 6 | 130 | 56 | 3A |
| Octal | 360 | 71 | 343 | 0 | 114 | 5 | 6 | 460 | 126 | 72 |
| Binary | 11110000 | 111001 | 11100011 | 0 | 1001100 | 101 | 110 | 100110000 | 1010110 | 111010 |
Color Harmonies of #F039E3
Complementary color
Monochromatic Colors of #F039E3
Black with #F039E3
Text Example
Text Example
White with #F039E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F039E3; }
p { color: rgb(240,57,227); }
H1.HeaderClassName
{
color: #F039E3;
}
.AnyTagClassName
{
color: #F039E3;
}
</style>
background-color css
<style>
a { background-color: #F039E3; }
a { background-color: rgb(240,57,227); }
div.DivClassName
{
background-color: #F039E3;
}
.BgClassName
{
background-color: #F039E3;
}
</style>
border-color css
<style>
span { border-color: #F039E3; }
span { border-color: rgb(240,57,227); }
td.TdClassName
{
border-color: #F039E3;
}
.TagClassName
{
border-color: #F039E3;
}
</style>