Shades of Razzle Dazzle Rose #F64CCF
Tints of Razzle Dazzle Rose #F64CCF
RGB
CMYK
RGB Variations
Color information
#F64CCF (or 0xF64CCF) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4C and CF. RGB value is (246,76,207). Sum of RGB (Red+Green+Blue) = 246+76+207=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 76 (30.08% from 255 or 14.37% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F64CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64CCF is #09B330. Grayscale: #8D8D8D. Windows color (decimal): -635697 or 13585654. OLE color: 13585654.
HSL color Cylindrical-coordinate representation of color #F64CCF: hue angle of 313.76º 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 #F64CCF is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 76 | 207 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.04 |
| HSL | 313.76º | 0.9% | 0.63% | - |
| HSV(B) | 313.76º | 0.69% | 0.96% | - |
| XYZ | 51.85 | 29.27 | 61.95 | - |
| YUV | 141.76 | 164.82 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 76 | 207 | 0 | 0.69 | 0.16 | 0.04 | 313.76 | 0.9 | 0.63 |
| Hex | F6 | 4C | CF | 0 | 45 | 10 | 4 | 13A | 5A | 3F |
| Octal | 366 | 114 | 317 | 0 | 105 | 20 | 4 | 472 | 132 | 77 |
| Binary | 11110110 | 1001100 | 11001111 | 0 | 1000101 | 10000 | 100 | 100111010 | 1011010 | 111111 |
Color Harmonies of #F64CCF
Complementary color
Monochromatic Colors of #F64CCF
Black with #F64CCF
Text Example
Text Example
White with #F64CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64CCF; }
p { color: rgb(246,76,207); }
H1.HeaderClassName
{
color: #F64CCF;
}
.AnyTagClassName
{
color: #F64CCF;
}
</style>
background-color css
<style>
a { background-color: #F64CCF; }
a { background-color: rgb(246,76,207); }
div.DivClassName
{
background-color: #F64CCF;
}
.BgClassName
{
background-color: #F64CCF;
}
</style>
border-color css
<style>
span { border-color: #F64CCF; }
span { border-color: rgb(246,76,207); }
td.TdClassName
{
border-color: #F64CCF;
}
.TagClassName
{
border-color: #F64CCF;
}
</style>