Shades of Razzle Dazzle Rose #F740E2
Tints of Razzle Dazzle Rose #F740E2
RGB
CMYK
RGB Variations
Color information
#F740E2 (or 0xF740E2) is known color: Razzle Dazzle Rose. HEX triplet: F7, 40 and E2. RGB value is (247,64,226). Sum of RGB (Red+Green+Blue) = 247+64+226=537 (71% of max value = 765). Red value is 247 (96.88% from 255 or 46.00% from 537); Green value is 64 (25.39% from 255 or 11.92% from 537); Blue value is 226 (88.67% from 255 or 42.09% from 537); Max value from RGB is 247 - color contains mainly: red. Hex color #F740E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F740E2 is #08BF1D. Grayscale: #888888. Windows color (decimal): -573214 or 14827767. OLE color: 14827767.
HSL color Cylindrical-coordinate representation of color #F740E2: hue angle of 306.89º 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 #F740E2 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 226 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.03 |
| HSL | 306.89º | 0.92% | 0.61% | - |
| HSV(B) | 306.89º | 0.74% | 0.97% | - |
| XYZ | 53.92 | 28.93 | 74.69 | - |
| YUV | 137.19 | 178.13 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 226 | 0 | 0.74 | 0.09 | 0.03 | 306.89 | 0.92 | 0.61 |
| Hex | F7 | 40 | E2 | 0 | 4A | 9 | 3 | 133 | 5C | 3D |
| Octal | 367 | 100 | 342 | 0 | 112 | 11 | 3 | 463 | 134 | 75 |
| Binary | 11110111 | 1000000 | 11100010 | 0 | 1001010 | 1001 | 11 | 100110011 | 1011100 | 111101 |
Color Harmonies of #F740E2
Complementary color
Monochromatic Colors of #F740E2
Black with #F740E2
Text Example
Text Example
White with #F740E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F740E2; }
p { color: rgb(247,64,226); }
H1.HeaderClassName
{
color: #F740E2;
}
.AnyTagClassName
{
color: #F740E2;
}
</style>
background-color css
<style>
a { background-color: #F740E2; }
a { background-color: rgb(247,64,226); }
div.DivClassName
{
background-color: #F740E2;
}
.BgClassName
{
background-color: #F740E2;
}
</style>
border-color css
<style>
span { border-color: #F740E2; }
span { border-color: rgb(247,64,226); }
td.TdClassName
{
border-color: #F740E2;
}
.TagClassName
{
border-color: #F740E2;
}
</style>