Shades of Razzle Dazzle Rose #F64BD2
Tints of Razzle Dazzle Rose #F64BD2
RGB
CMYK
RGB Variations
Color information
#F64BD2 (or 0xF64BD2) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4B and D2. RGB value is (246,75,210). Sum of RGB (Red+Green+Blue) = 246+75+210=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 75 (29.69% from 255 or 14.12% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 246 - color contains mainly: red. Hex color #F64BD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64BD2 is #09B42D. Grayscale: #8D8D8D. Windows color (decimal): -635950 or 13782006. OLE color: 13782006.
HSL color Cylindrical-coordinate representation of color #F64BD2: hue angle of 312.63º 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 #F64BD2 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 75 | 210 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.04 |
| HSL | 312.63º | 0.9% | 0.63% | - |
| HSV(B) | 312.63º | 0.7% | 0.96% | - |
| XYZ | 52.15 | 29.28 | 63.88 | - |
| YUV | 141.52 | 166.65 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 210 | 0 | 0.70 | 0.15 | 0.04 | 312.63 | 0.9 | 0.63 |
| Hex | F6 | 4B | D2 | 0 | 46 | F | 4 | 139 | 5A | 3F |
| Octal | 366 | 113 | 322 | 0 | 106 | 17 | 4 | 471 | 132 | 77 |
| Binary | 11110110 | 1001011 | 11010010 | 0 | 1000110 | 1111 | 100 | 100111001 | 1011010 | 111111 |
Color Harmonies of #F64BD2
Complementary color
Monochromatic Colors of #F64BD2
Black with #F64BD2
Text Example
Text Example
White with #F64BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64BD2; }
p { color: rgb(246,75,210); }
H1.HeaderClassName
{
color: #F64BD2;
}
.AnyTagClassName
{
color: #F64BD2;
}
</style>
background-color css
<style>
a { background-color: #F64BD2; }
a { background-color: rgb(246,75,210); }
div.DivClassName
{
background-color: #F64BD2;
}
.BgClassName
{
background-color: #F64BD2;
}
</style>
border-color css
<style>
span { border-color: #F64BD2; }
span { border-color: rgb(246,75,210); }
td.TdClassName
{
border-color: #F64BD2;
}
.TagClassName
{
border-color: #F64BD2;
}
</style>