Shades of Razzle Dazzle Rose #F64BC5
Tints of Razzle Dazzle Rose #F64BC5
RGB
CMYK
RGB Variations
Color information
#F64BC5 (or 0xF64BC5) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4B and C5. RGB value is (246,75,197). Sum of RGB (Red+Green+Blue) = 246+75+197=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 75 (29.69% from 255 or 14.48% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F64BC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64BC5 is #09B43A. Grayscale: #8B8B8B. Windows color (decimal): -635963 or 12930038. OLE color: 12930038.
HSL color Cylindrical-coordinate representation of color #F64BC5: hue angle of 317.19º 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 #F64BC5 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 75 | 197 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.04 |
| HSL | 317.19º | 0.9% | 0.63% | - |
| HSV(B) | 317.19º | 0.7% | 0.96% | - |
| XYZ | 50.6 | 28.66 | 55.69 | - |
| YUV | 140.04 | 160.15 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 197 | 0 | 0.70 | 0.20 | 0.04 | 317.19 | 0.9 | 0.63 |
| Hex | F6 | 4B | C5 | 0 | 46 | 14 | 4 | 13D | 5A | 3F |
| Octal | 366 | 113 | 305 | 0 | 106 | 24 | 4 | 475 | 132 | 77 |
| Binary | 11110110 | 1001011 | 11000101 | 0 | 1000110 | 10100 | 100 | 100111101 | 1011010 | 111111 |
Color Harmonies of #F64BC5
Complementary color
Monochromatic Colors of #F64BC5
Black with #F64BC5
Text Example
Text Example
White with #F64BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64BC5; }
p { color: rgb(246,75,197); }
H1.HeaderClassName
{
color: #F64BC5;
}
.AnyTagClassName
{
color: #F64BC5;
}
</style>
background-color css
<style>
a { background-color: #F64BC5; }
a { background-color: rgb(246,75,197); }
div.DivClassName
{
background-color: #F64BC5;
}
.BgClassName
{
background-color: #F64BC5;
}
</style>
border-color css
<style>
span { border-color: #F64BC5; }
span { border-color: rgb(246,75,197); }
td.TdClassName
{
border-color: #F64BC5;
}
.TagClassName
{
border-color: #F64BC5;
}
</style>