Shades of Razzle Dazzle Rose #F64DBD
Tints of Razzle Dazzle Rose #F64DBD
RGB
CMYK
RGB Variations
Color information
#F64DBD (or 0xF64DBD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4D and BD. RGB value is (246,77,189). Sum of RGB (Red+Green+Blue) = 246+77+189=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DBD is #09B242. Grayscale: #8C8C8C. Windows color (decimal): -635459 or 12406262. OLE color: 12406262.
HSL color Cylindrical-coordinate representation of color #F64DBD: hue angle of 320.24º 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 #F64DBD is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 189 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.04 |
| HSL | 320.24º | 0.9% | 0.63% | - |
| HSV(B) | 320.24º | 0.69% | 0.96% | - |
| XYZ | 49.85 | 28.57 | 51.03 | - |
| YUV | 140.3 | 155.49 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 189 | 0 | 0.69 | 0.23 | 0.04 | 320.24 | 0.9 | 0.63 |
| Hex | F6 | 4D | BD | 0 | 45 | 17 | 4 | 140 | 5A | 3F |
| Octal | 366 | 115 | 275 | 0 | 105 | 27 | 4 | 500 | 132 | 77 |
| Binary | 11110110 | 1001101 | 10111101 | 0 | 1000101 | 10111 | 100 | 101000000 | 1011010 | 111111 |
Color Harmonies of #F64DBD
Complementary color
Monochromatic Colors of #F64DBD
Black with #F64DBD
Text Example
Text Example
White with #F64DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64DBD; }
p { color: rgb(246,77,189); }
H1.HeaderClassName
{
color: #F64DBD;
}
.AnyTagClassName
{
color: #F64DBD;
}
</style>
background-color css
<style>
a { background-color: #F64DBD; }
a { background-color: rgb(246,77,189); }
div.DivClassName
{
background-color: #F64DBD;
}
.BgClassName
{
background-color: #F64DBD;
}
</style>
border-color css
<style>
span { border-color: #F64DBD; }
span { border-color: rgb(246,77,189); }
td.TdClassName
{
border-color: #F64DBD;
}
.TagClassName
{
border-color: #F64DBD;
}
</style>