Shades of Razzle Dazzle Rose #F64CCE
Tints of Razzle Dazzle Rose #F64CCE
RGB
CMYK
RGB Variations
Color information
#F64CCE (or 0xF64CCE) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4C and CE. RGB value is (246,76,206). Sum of RGB (Red+Green+Blue) = 246+76+206=528 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.59% from 528); Green value is 76 (30.08% from 255 or 14.39% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 246 - color contains mainly: red. Hex color #F64CCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64CCE is #09B331. Grayscale: #8D8D8D. Windows color (decimal): -635698 or 13520118. OLE color: 13520118.
HSL color Cylindrical-coordinate representation of color #F64CCE: hue angle of 314.12º 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 #F64CCE is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 76 | 206 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.04 |
| HSL | 314.12º | 0.9% | 0.63% | - |
| HSV(B) | 314.12º | 0.69% | 0.96% | - |
| XYZ | 51.73 | 29.22 | 61.31 | - |
| YUV | 141.65 | 164.32 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 76 | 206 | 0 | 0.69 | 0.16 | 0.04 | 314.12 | 0.9 | 0.63 |
| Hex | F6 | 4C | CE | 0 | 45 | 10 | 4 | 13A | 5A | 3F |
| Octal | 366 | 114 | 316 | 0 | 105 | 20 | 4 | 472 | 132 | 77 |
| Binary | 11110110 | 1001100 | 11001110 | 0 | 1000101 | 10000 | 100 | 100111010 | 1011010 | 111111 |
Color Harmonies of #F64CCE
Complementary color
Monochromatic Colors of #F64CCE
Black with #F64CCE
Text Example
Text Example
White with #F64CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64CCE; }
p { color: rgb(246,76,206); }
H1.HeaderClassName
{
color: #F64CCE;
}
.AnyTagClassName
{
color: #F64CCE;
}
</style>
background-color css
<style>
a { background-color: #F64CCE; }
a { background-color: rgb(246,76,206); }
div.DivClassName
{
background-color: #F64CCE;
}
.BgClassName
{
background-color: #F64CCE;
}
</style>
border-color css
<style>
span { border-color: #F64CCE; }
span { border-color: rgb(246,76,206); }
td.TdClassName
{
border-color: #F64CCE;
}
.TagClassName
{
border-color: #F64CCE;
}
</style>