Shades of Razzle Dazzle Rose #F64EC2
Tints of Razzle Dazzle Rose #F64EC2
RGB
CMYK
RGB Variations
Color information
#F64EC2 (or 0xF64EC2) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4E and C2. RGB value is (246,78,194). Sum of RGB (Red+Green+Blue) = 246+78+194=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 78 (30.86% from 255 or 15.06% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F64EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64EC2 is #09B13D. Grayscale: #8D8D8D. Windows color (decimal): -635198 or 12734198. OLE color: 12734198.
HSL color Cylindrical-coordinate representation of color #F64EC2: hue angle of 318.57º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64EC2 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 194 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.04 |
| HSL | 318.57º | 0.9% | 0.64% | - |
| HSV(B) | 318.57º | 0.68% | 0.96% | - |
| XYZ | 50.47 | 28.94 | 53.96 | - |
| YUV | 141.46 | 157.66 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 194 | 0 | 0.68 | 0.21 | 0.04 | 318.57 | 0.9 | 0.64 |
| Hex | F6 | 4E | C2 | 0 | 44 | 15 | 4 | 13F | 5A | 40 |
| Octal | 366 | 116 | 302 | 0 | 104 | 25 | 4 | 477 | 132 | 100 |
| Binary | 11110110 | 1001110 | 11000010 | 0 | 1000100 | 10101 | 100 | 100111111 | 1011010 | 1000000 |
Color Harmonies of #F64EC2
Complementary color
Monochromatic Colors of #F64EC2
Black with #F64EC2
Text Example
Text Example
White with #F64EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64EC2; }
p { color: rgb(246,78,194); }
H1.HeaderClassName
{
color: #F64EC2;
}
.AnyTagClassName
{
color: #F64EC2;
}
</style>
background-color css
<style>
a { background-color: #F64EC2; }
a { background-color: rgb(246,78,194); }
div.DivClassName
{
background-color: #F64EC2;
}
.BgClassName
{
background-color: #F64EC2;
}
</style>
border-color css
<style>
span { border-color: #F64EC2; }
span { border-color: rgb(246,78,194); }
td.TdClassName
{
border-color: #F64EC2;
}
.TagClassName
{
border-color: #F64EC2;
}
</style>