Shades of Razzle Dazzle Rose #F03CE7
Tints of Razzle Dazzle Rose #F03CE7
RGB
CMYK
RGB Variations
Color information
#F03CE7 (or 0xF03CE7) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3C and E7. RGB value is (240,60,231). Sum of RGB (Red+Green+Blue) = 240+60+231=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 60 (23.83% from 255 or 11.30% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F03CE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03CE7 is #0FC318. Grayscale: #848484. Windows color (decimal): -1032985 or 15154416. OLE color: 15154416.
HSL color Cylindrical-coordinate representation of color #F03CE7: hue angle of 303º 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 #F03CE7 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 231 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.06 |
| HSL | 303º | 0.86% | 0.59% | - |
| HSV(B) | 303º | 0.75% | 0.94% | - |
| XYZ | 51.97 | 27.53 | 78.18 | - |
| YUV | 133.31 | 183.13 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 231 | 0 | 0.75 | 0.04 | 0.06 | 303 | 0.86 | 0.59 |
| Hex | F0 | 3C | E7 | 0 | 4B | 4 | 6 | 12F | 56 | 3B |
| Octal | 360 | 74 | 347 | 0 | 113 | 4 | 6 | 457 | 126 | 73 |
| Binary | 11110000 | 111100 | 11100111 | 0 | 1001011 | 100 | 110 | 100101111 | 1010110 | 111011 |
Color Harmonies of #F03CE7
Complementary color
Monochromatic Colors of #F03CE7
Black with #F03CE7
Text Example
Text Example
White with #F03CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03CE7; }
p { color: rgb(240,60,231); }
H1.HeaderClassName
{
color: #F03CE7;
}
.AnyTagClassName
{
color: #F03CE7;
}
</style>
background-color css
<style>
a { background-color: #F03CE7; }
a { background-color: rgb(240,60,231); }
div.DivClassName
{
background-color: #F03CE7;
}
.BgClassName
{
background-color: #F03CE7;
}
</style>
border-color css
<style>
span { border-color: #F03CE7; }
span { border-color: rgb(240,60,231); }
td.TdClassName
{
border-color: #F03CE7;
}
.TagClassName
{
border-color: #F03CE7;
}
</style>