Shades of Razzle Dazzle Rose #F64BCB
Tints of Razzle Dazzle Rose #F64BCB
RGB
CMYK
RGB Variations
Color information
#F64BCB (or 0xF64BCB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4B and CB. RGB value is (246,75,203). Sum of RGB (Red+Green+Blue) = 246+75+203=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 75 (29.69% from 255 or 14.31% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F64BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64BCB is #09B434. Grayscale: #8C8C8C. Windows color (decimal): -635957 or 13323254. OLE color: 13323254.
HSL color Cylindrical-coordinate representation of color #F64BCB: hue angle of 315.09º 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 #F64BCB is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 75 | 203 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.04 |
| HSL | 315.09º | 0.9% | 0.63% | - |
| HSV(B) | 315.09º | 0.7% | 0.96% | - |
| XYZ | 51.3 | 28.94 | 59.38 | - |
| YUV | 140.72 | 163.15 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 203 | 0 | 0.70 | 0.17 | 0.04 | 315.09 | 0.9 | 0.63 |
| Hex | F6 | 4B | CB | 0 | 46 | 11 | 4 | 13B | 5A | 3F |
| Octal | 366 | 113 | 313 | 0 | 106 | 21 | 4 | 473 | 132 | 77 |
| Binary | 11110110 | 1001011 | 11001011 | 0 | 1000110 | 10001 | 100 | 100111011 | 1011010 | 111111 |
Color Harmonies of #F64BCB
Complementary color
Monochromatic Colors of #F64BCB
Black with #F64BCB
Text Example
Text Example
White with #F64BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64BCB; }
p { color: rgb(246,75,203); }
H1.HeaderClassName
{
color: #F64BCB;
}
.AnyTagClassName
{
color: #F64BCB;
}
</style>
background-color css
<style>
a { background-color: #F64BCB; }
a { background-color: rgb(246,75,203); }
div.DivClassName
{
background-color: #F64BCB;
}
.BgClassName
{
background-color: #F64BCB;
}
</style>
border-color css
<style>
span { border-color: #F64BCB; }
span { border-color: rgb(246,75,203); }
td.TdClassName
{
border-color: #F64BCB;
}
.TagClassName
{
border-color: #F64BCB;
}
</style>