Shades of Razzle Dazzle Rose #F640E2
Tints of Razzle Dazzle Rose #F640E2
RGB
CMYK
RGB Variations
Color information
#F640E2 (or 0xF640E2) is known color: Razzle Dazzle Rose. HEX triplet: F6, 40 and E2. RGB value is (246,64,226). Sum of RGB (Red+Green+Blue) = 246+64+226=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 64 (25.39% from 255 or 11.94% from 536); Blue value is 226 (88.67% from 255 or 42.16% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F640E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F640E2 is #09BF1D. Grayscale: #888888. Windows color (decimal): -638750 or 14827766. OLE color: 14827766.
HSL color Cylindrical-coordinate representation of color #F640E2: hue angle of 306.59º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F640E2 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 226 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.04 |
| HSL | 306.59º | 0.91% | 0.61% | - |
| HSV(B) | 306.59º | 0.74% | 0.96% | - |
| XYZ | 53.57 | 28.75 | 74.68 | - |
| YUV | 136.89 | 178.3 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 226 | 0 | 0.74 | 0.08 | 0.04 | 306.59 | 0.91 | 0.61 |
| Hex | F6 | 40 | E2 | 0 | 4A | 8 | 4 | 133 | 5B | 3D |
| Octal | 366 | 100 | 342 | 0 | 112 | 10 | 4 | 463 | 133 | 75 |
| Binary | 11110110 | 1000000 | 11100010 | 0 | 1001010 | 1000 | 100 | 100110011 | 1011011 | 111101 |
Color Harmonies of #F640E2
Complementary color
Monochromatic Colors of #F640E2
Black with #F640E2
Text Example
Text Example
White with #F640E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F640E2; }
p { color: rgb(246,64,226); }
H1.HeaderClassName
{
color: #F640E2;
}
.AnyTagClassName
{
color: #F640E2;
}
</style>
background-color css
<style>
a { background-color: #F640E2; }
a { background-color: rgb(246,64,226); }
div.DivClassName
{
background-color: #F640E2;
}
.BgClassName
{
background-color: #F640E2;
}
</style>
border-color css
<style>
span { border-color: #F640E2; }
span { border-color: rgb(246,64,226); }
td.TdClassName
{
border-color: #F640E2;
}
.TagClassName
{
border-color: #F640E2;
}
</style>