Shades of Razzle Dazzle Rose #F03CE5
Tints of Razzle Dazzle Rose #F03CE5
RGB
CMYK
RGB Variations
Color information
#F03CE5 (or 0xF03CE5) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3C and E5. RGB value is (240,60,229). Sum of RGB (Red+Green+Blue) = 240+60+229=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 60 (23.83% from 255 or 11.34% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F03CE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03CE5 is #0FC31A. Grayscale: #848484. Windows color (decimal): -1032987 or 15023344. OLE color: 15023344.
HSL color Cylindrical-coordinate representation of color #F03CE5: hue angle of 303.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03CE5 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 229 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.06 |
| HSL | 303.67º | 0.86% | 0.59% | - |
| HSV(B) | 303.67º | 0.75% | 0.94% | - |
| XYZ | 51.69 | 27.41 | 76.7 | - |
| YUV | 133.09 | 182.13 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 229 | 0 | 0.75 | 0.05 | 0.06 | 303.67 | 0.86 | 0.59 |
| Hex | F0 | 3C | E5 | 0 | 4B | 5 | 6 | 130 | 56 | 3B |
| Octal | 360 | 74 | 345 | 0 | 113 | 5 | 6 | 460 | 126 | 73 |
| Binary | 11110000 | 111100 | 11100101 | 0 | 1001011 | 101 | 110 | 100110000 | 1010110 | 111011 |
Color Harmonies of #F03CE5
Complementary color
Monochromatic Colors of #F03CE5
Black with #F03CE5
Text Example
Text Example
White with #F03CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03CE5; }
p { color: rgb(240,60,229); }
H1.HeaderClassName
{
color: #F03CE5;
}
.AnyTagClassName
{
color: #F03CE5;
}
</style>
background-color css
<style>
a { background-color: #F03CE5; }
a { background-color: rgb(240,60,229); }
div.DivClassName
{
background-color: #F03CE5;
}
.BgClassName
{
background-color: #F03CE5;
}
</style>
border-color css
<style>
span { border-color: #F03CE5; }
span { border-color: rgb(240,60,229); }
td.TdClassName
{
border-color: #F03CE5;
}
.TagClassName
{
border-color: #F03CE5;
}
</style>