Shades of Razzle Dazzle Rose #F64DC1
Tints of Razzle Dazzle Rose #F64DC1
RGB
CMYK
RGB Variations
Color information
#F64DC1 (or 0xF64DC1) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4D and C1. RGB value is (246,77,193). Sum of RGB (Red+Green+Blue) = 246+77+193=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DC1 is #09B23E. Grayscale: #8C8C8C. Windows color (decimal): -635455 or 12668406. OLE color: 12668406.
HSL color Cylindrical-coordinate representation of color #F64DC1: hue angle of 318.82º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64DC1 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 193 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.04 |
| HSL | 318.82º | 0.9% | 0.63% | - |
| HSV(B) | 318.82º | 0.69% | 0.96% | - |
| XYZ | 50.29 | 28.75 | 53.35 | - |
| YUV | 140.76 | 157.49 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 193 | 0 | 0.69 | 0.22 | 0.04 | 318.82 | 0.9 | 0.63 |
| Hex | F6 | 4D | C1 | 0 | 45 | 16 | 4 | 13F | 5A | 3F |
| Octal | 366 | 115 | 301 | 0 | 105 | 26 | 4 | 477 | 132 | 77 |
| Binary | 11110110 | 1001101 | 11000001 | 0 | 1000101 | 10110 | 100 | 100111111 | 1011010 | 111111 |
Color Harmonies of #F64DC1
Complementary color
Monochromatic Colors of #F64DC1
Black with #F64DC1
Text Example
Text Example
White with #F64DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64DC1; }
p { color: rgb(246,77,193); }
H1.HeaderClassName
{
color: #F64DC1;
}
.AnyTagClassName
{
color: #F64DC1;
}
</style>
background-color css
<style>
a { background-color: #F64DC1; }
a { background-color: rgb(246,77,193); }
div.DivClassName
{
background-color: #F64DC1;
}
.BgClassName
{
background-color: #F64DC1;
}
</style>
border-color css
<style>
span { border-color: #F64DC1; }
span { border-color: rgb(246,77,193); }
td.TdClassName
{
border-color: #F64DC1;
}
.TagClassName
{
border-color: #F64DC1;
}
</style>