Shades of Razzle Dazzle Rose #F64ACD
Tints of Razzle Dazzle Rose #F64ACD
RGB
CMYK
RGB Variations
Color information
#F64ACD (or 0xF64ACD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4A and CD. RGB value is (246,74,205). Sum of RGB (Red+Green+Blue) = 246+74+205=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 74 (29.30% from 255 or 14.10% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F64ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64ACD is #09B532. Grayscale: #8C8C8C. Windows color (decimal): -636211 or 13454070. OLE color: 13454070.
HSL color Cylindrical-coordinate representation of color #F64ACD: hue angle of 314.3º degrees, saturation: 0.91, 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 #F64ACD is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 74 | 205 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.04 |
| HSL | 314.3º | 0.91% | 0.63% | - |
| HSV(B) | 314.3º | 0.7% | 0.96% | - |
| XYZ | 51.47 | 28.9 | 60.62 | - |
| YUV | 140.36 | 164.48 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 74 | 205 | 0 | 0.70 | 0.17 | 0.04 | 314.3 | 0.91 | 0.63 |
| Hex | F6 | 4A | CD | 0 | 46 | 11 | 4 | 13A | 5B | 3F |
| Octal | 366 | 112 | 315 | 0 | 106 | 21 | 4 | 472 | 133 | 77 |
| Binary | 11110110 | 1001010 | 11001101 | 0 | 1000110 | 10001 | 100 | 100111010 | 1011011 | 111111 |
Color Harmonies of #F64ACD
Complementary color
Monochromatic Colors of #F64ACD
Black with #F64ACD
Text Example
Text Example
White with #F64ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64ACD; }
p { color: rgb(246,74,205); }
H1.HeaderClassName
{
color: #F64ACD;
}
.AnyTagClassName
{
color: #F64ACD;
}
</style>
background-color css
<style>
a { background-color: #F64ACD; }
a { background-color: rgb(246,74,205); }
div.DivClassName
{
background-color: #F64ACD;
}
.BgClassName
{
background-color: #F64ACD;
}
</style>
border-color css
<style>
span { border-color: #F64ACD; }
span { border-color: rgb(246,74,205); }
td.TdClassName
{
border-color: #F64ACD;
}
.TagClassName
{
border-color: #F64ACD;
}
</style>