Shades of Razzle Dazzle Rose #F64CCD
Tints of Razzle Dazzle Rose #F64CCD
RGB
CMYK
RGB Variations
Color information
#F64CCD (or 0xF64CCD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4C and CD. RGB value is (246,76,205). Sum of RGB (Red+Green+Blue) = 246+76+205=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 76 (30.08% from 255 or 14.42% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F64CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64CCD is #09B332. Grayscale: #8D8D8D. Windows color (decimal): -635699 or 13454582. OLE color: 13454582.
HSL color Cylindrical-coordinate representation of color #F64CCD: hue angle of 314.47º 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 #F64CCD is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 76 | 205 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.04 |
| HSL | 314.47º | 0.9% | 0.63% | - |
| HSV(B) | 314.47º | 0.69% | 0.96% | - |
| XYZ | 51.61 | 29.17 | 60.67 | - |
| YUV | 141.54 | 163.82 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 76 | 205 | 0 | 0.69 | 0.17 | 0.04 | 314.47 | 0.9 | 0.63 |
| Hex | F6 | 4C | CD | 0 | 45 | 11 | 4 | 13A | 5A | 3F |
| Octal | 366 | 114 | 315 | 0 | 105 | 21 | 4 | 472 | 132 | 77 |
| Binary | 11110110 | 1001100 | 11001101 | 0 | 1000101 | 10001 | 100 | 100111010 | 1011010 | 111111 |
Color Harmonies of #F64CCD
Complementary color
Monochromatic Colors of #F64CCD
Black with #F64CCD
Text Example
Text Example
White with #F64CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64CCD; }
p { color: rgb(246,76,205); }
H1.HeaderClassName
{
color: #F64CCD;
}
.AnyTagClassName
{
color: #F64CCD;
}
</style>
background-color css
<style>
a { background-color: #F64CCD; }
a { background-color: rgb(246,76,205); }
div.DivClassName
{
background-color: #F64CCD;
}
.BgClassName
{
background-color: #F64CCD;
}
</style>
border-color css
<style>
span { border-color: #F64CCD; }
span { border-color: rgb(246,76,205); }
td.TdClassName
{
border-color: #F64CCD;
}
.TagClassName
{
border-color: #F64CCD;
}
</style>