Shades of Razzle Dazzle Rose #F64BCD
Tints of Razzle Dazzle Rose #F64BCD
RGB
CMYK
RGB Variations
Color information
#F64BCD (or 0xF64BCD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4B and CD. RGB value is (246,75,205). Sum of RGB (Red+Green+Blue) = 246+75+205=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 75 (29.69% from 255 or 14.26% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F64BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64BCD is #09B432. Grayscale: #8C8C8C. Windows color (decimal): -635955 or 13454326. OLE color: 13454326.
HSL color Cylindrical-coordinate representation of color #F64BCD: hue angle of 314.39º degrees, saturation: 0.9, 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 #F64BCD is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 75 | 205 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.04 |
| HSL | 314.39º | 0.9% | 0.63% | - |
| HSV(B) | 314.39º | 0.7% | 0.96% | - |
| XYZ | 51.54 | 29.03 | 60.64 | - |
| YUV | 140.95 | 164.15 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 205 | 0 | 0.70 | 0.17 | 0.04 | 314.39 | 0.9 | 0.63 |
| Hex | F6 | 4B | CD | 0 | 46 | 11 | 4 | 13A | 5A | 3F |
| Octal | 366 | 113 | 315 | 0 | 106 | 21 | 4 | 472 | 132 | 77 |
| Binary | 11110110 | 1001011 | 11001101 | 0 | 1000110 | 10001 | 100 | 100111010 | 1011010 | 111111 |
Color Harmonies of #F64BCD
Complementary color
Monochromatic Colors of #F64BCD
Black with #F64BCD
Text Example
Text Example
White with #F64BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64BCD; }
p { color: rgb(246,75,205); }
H1.HeaderClassName
{
color: #F64BCD;
}
.AnyTagClassName
{
color: #F64BCD;
}
</style>
background-color css
<style>
a { background-color: #F64BCD; }
a { background-color: rgb(246,75,205); }
div.DivClassName
{
background-color: #F64BCD;
}
.BgClassName
{
background-color: #F64BCD;
}
</style>
border-color css
<style>
span { border-color: #F64BCD; }
span { border-color: rgb(246,75,205); }
td.TdClassName
{
border-color: #F64BCD;
}
.TagClassName
{
border-color: #F64BCD;
}
</style>