Shades of Razzle Dazzle Rose #F643CF
Tints of Razzle Dazzle Rose #F643CF
RGB
CMYK
RGB Variations
Color information
#F643CF (or 0xF643CF) is known color: Razzle Dazzle Rose. HEX triplet: F6, 43 and CF. RGB value is (246,67,207). Sum of RGB (Red+Green+Blue) = 246+67+207=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 67 (26.56% from 255 or 12.88% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F643CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F643CF is #09BC30. Grayscale: #888888. Windows color (decimal): -638001 or 13583350. OLE color: 13583350.
HSL color Cylindrical-coordinate representation of color #F643CF: hue angle of 313.07º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F643CF is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 207 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.04 |
| HSL | 313.07º | 0.91% | 0.61% | - |
| HSV(B) | 313.07º | 0.73% | 0.96% | - |
| XYZ | 51.28 | 28.11 | 61.76 | - |
| YUV | 136.48 | 167.8 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 207 | 0 | 0.73 | 0.16 | 0.04 | 313.07 | 0.91 | 0.61 |
| Hex | F6 | 43 | CF | 0 | 49 | 10 | 4 | 139 | 5B | 3D |
| Octal | 366 | 103 | 317 | 0 | 111 | 20 | 4 | 471 | 133 | 75 |
| Binary | 11110110 | 1000011 | 11001111 | 0 | 1001001 | 10000 | 100 | 100111001 | 1011011 | 111101 |
Color Harmonies of #F643CF
Complementary color
Monochromatic Colors of #F643CF
Black with #F643CF
Text Example
Text Example
White with #F643CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F643CF; }
p { color: rgb(246,67,207); }
H1.HeaderClassName
{
color: #F643CF;
}
.AnyTagClassName
{
color: #F643CF;
}
</style>
background-color css
<style>
a { background-color: #F643CF; }
a { background-color: rgb(246,67,207); }
div.DivClassName
{
background-color: #F643CF;
}
.BgClassName
{
background-color: #F643CF;
}
</style>
border-color css
<style>
span { border-color: #F643CF; }
span { border-color: rgb(246,67,207); }
td.TdClassName
{
border-color: #F643CF;
}
.TagClassName
{
border-color: #F643CF;
}
</style>