Shades of Razzle Dazzle Rose #F039E5
Tints of Razzle Dazzle Rose #F039E5
RGB
CMYK
RGB Variations
Color information
#F039E5 (or 0xF039E5) is known color: Razzle Dazzle Rose. HEX triplet: F0, 39 and E5. RGB value is (240,57,229). Sum of RGB (Red+Green+Blue) = 240+57+229=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 57 (22.66% from 255 or 10.84% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F039E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F039E5 is #0FC61A. Grayscale: #828282. Windows color (decimal): -1033755 or 15022576. OLE color: 15022576.
HSL color Cylindrical-coordinate representation of color #F039E5: hue angle of 303.61º 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 #F039E5 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 229 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.06 |
| HSL | 303.61º | 0.86% | 0.58% | - |
| HSV(B) | 303.61º | 0.76% | 0.94% | - |
| XYZ | 51.54 | 27.11 | 76.64 | - |
| YUV | 131.33 | 183.13 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 229 | 0 | 0.76 | 0.05 | 0.06 | 303.61 | 0.86 | 0.58 |
| Hex | F0 | 39 | E5 | 0 | 4C | 5 | 6 | 130 | 56 | 3A |
| Octal | 360 | 71 | 345 | 0 | 114 | 5 | 6 | 460 | 126 | 72 |
| Binary | 11110000 | 111001 | 11100101 | 0 | 1001100 | 101 | 110 | 100110000 | 1010110 | 111010 |
Color Harmonies of #F039E5
Complementary color
Monochromatic Colors of #F039E5
Black with #F039E5
Text Example
Text Example
White with #F039E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F039E5; }
p { color: rgb(240,57,229); }
H1.HeaderClassName
{
color: #F039E5;
}
.AnyTagClassName
{
color: #F039E5;
}
</style>
background-color css
<style>
a { background-color: #F039E5; }
a { background-color: rgb(240,57,229); }
div.DivClassName
{
background-color: #F039E5;
}
.BgClassName
{
background-color: #F039E5;
}
</style>
border-color css
<style>
span { border-color: #F039E5; }
span { border-color: rgb(240,57,229); }
td.TdClassName
{
border-color: #F039E5;
}
.TagClassName
{
border-color: #F039E5;
}
</style>