Shades of Razzle Dazzle Rose #F740EC
Tints of Razzle Dazzle Rose #F740EC
RGB
CMYK
RGB Variations
Color information
#F740EC (or 0xF740EC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 40 and EC. RGB value is (247,64,236). Sum of RGB (Red+Green+Blue) = 247+64+236=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 64 (25.39% from 255 or 11.70% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F740EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F740EC is #08BF13. Grayscale: #898989. Windows color (decimal): -573204 or 15483127. OLE color: 15483127.
HSL color Cylindrical-coordinate representation of color #F740EC: hue angle of 303.61º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F740EC is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 236 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.03 |
| HSL | 303.61º | 0.92% | 0.61% | - |
| HSV(B) | 303.61º | 0.74% | 0.97% | - |
| XYZ | 55.33 | 29.5 | 82.13 | - |
| YUV | 138.33 | 183.13 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 236 | 0 | 0.74 | 0.04 | 0.03 | 303.61 | 0.92 | 0.61 |
| Hex | F7 | 40 | EC | 0 | 4A | 4 | 3 | 130 | 5C | 3D |
| Octal | 367 | 100 | 354 | 0 | 112 | 4 | 3 | 460 | 134 | 75 |
| Binary | 11110111 | 1000000 | 11101100 | 0 | 1001010 | 100 | 11 | 100110000 | 1011100 | 111101 |
Color Harmonies of #F740EC
Complementary color
Monochromatic Colors of #F740EC
Black with #F740EC
Text Example
Text Example
White with #F740EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F740EC; }
p { color: rgb(247,64,236); }
H1.HeaderClassName
{
color: #F740EC;
}
.AnyTagClassName
{
color: #F740EC;
}
</style>
background-color css
<style>
a { background-color: #F740EC; }
a { background-color: rgb(247,64,236); }
div.DivClassName
{
background-color: #F740EC;
}
.BgClassName
{
background-color: #F740EC;
}
</style>
border-color css
<style>
span { border-color: #F740EC; }
span { border-color: rgb(247,64,236); }
td.TdClassName
{
border-color: #F740EC;
}
.TagClassName
{
border-color: #F740EC;
}
</style>