Shades of Razzle Dazzle Rose #F64BC2
Tints of Razzle Dazzle Rose #F64BC2
RGB
CMYK
RGB Variations
Color information
#F64BC2 (or 0xF64BC2) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4B and C2. RGB value is (246,75,194). Sum of RGB (Red+Green+Blue) = 246+75+194=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 75 (29.69% from 255 or 14.56% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 246 - color contains mainly: red. Hex color #F64BC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64BC2 is #09B43D. Grayscale: #8B8B8B. Windows color (decimal): -635966 or 12733430. OLE color: 12733430.
HSL color Cylindrical-coordinate representation of color #F64BC2: hue angle of 318.25º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64BC2 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 75 | 194 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.04 |
| HSL | 318.25º | 0.9% | 0.63% | - |
| HSV(B) | 318.25º | 0.7% | 0.96% | - |
| XYZ | 50.26 | 28.52 | 53.89 | - |
| YUV | 139.7 | 158.65 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 194 | 0 | 0.70 | 0.21 | 0.04 | 318.25 | 0.9 | 0.63 |
| Hex | F6 | 4B | C2 | 0 | 46 | 15 | 4 | 13E | 5A | 3F |
| Octal | 366 | 113 | 302 | 0 | 106 | 25 | 4 | 476 | 132 | 77 |
| Binary | 11110110 | 1001011 | 11000010 | 0 | 1000110 | 10101 | 100 | 100111110 | 1011010 | 111111 |
Color Harmonies of #F64BC2
Complementary color
Monochromatic Colors of #F64BC2
Black with #F64BC2
Text Example
Text Example
White with #F64BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64BC2; }
p { color: rgb(246,75,194); }
H1.HeaderClassName
{
color: #F64BC2;
}
.AnyTagClassName
{
color: #F64BC2;
}
</style>
background-color css
<style>
a { background-color: #F64BC2; }
a { background-color: rgb(246,75,194); }
div.DivClassName
{
background-color: #F64BC2;
}
.BgClassName
{
background-color: #F64BC2;
}
</style>
border-color css
<style>
span { border-color: #F64BC2; }
span { border-color: rgb(246,75,194); }
td.TdClassName
{
border-color: #F64BC2;
}
.TagClassName
{
border-color: #F64BC2;
}
</style>