Shades of Razzle Dazzle Rose #F643D4
Tints of Razzle Dazzle Rose #F643D4
RGB
CMYK
RGB Variations
Color information
#F643D4 (or 0xF643D4) is known color: Razzle Dazzle Rose. HEX triplet: F6, 43 and D4. RGB value is (246,67,212). Sum of RGB (Red+Green+Blue) = 246+67+212=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 67 (26.56% from 255 or 12.76% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F643D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F643D4 is #09BC2B. Grayscale: #888888. Windows color (decimal): -637996 or 13911030. OLE color: 13911030.
HSL color Cylindrical-coordinate representation of color #F643D4: hue angle of 311.4º 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 #F643D4 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 212 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.04 |
| HSL | 311.4º | 0.91% | 0.61% | - |
| HSV(B) | 311.4º | 0.73% | 0.96% | - |
| XYZ | 51.9 | 28.36 | 65.03 | - |
| YUV | 137.05 | 170.3 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 212 | 0 | 0.73 | 0.14 | 0.04 | 311.4 | 0.91 | 0.61 |
| Hex | F6 | 43 | D4 | 0 | 49 | E | 4 | 137 | 5B | 3D |
| Octal | 366 | 103 | 324 | 0 | 111 | 16 | 4 | 467 | 133 | 75 |
| Binary | 11110110 | 1000011 | 11010100 | 0 | 1001001 | 1110 | 100 | 100110111 | 1011011 | 111101 |
Color Harmonies of #F643D4
Complementary color
Monochromatic Colors of #F643D4
Black with #F643D4
Text Example
Text Example
White with #F643D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F643D4; }
p { color: rgb(246,67,212); }
H1.HeaderClassName
{
color: #F643D4;
}
.AnyTagClassName
{
color: #F643D4;
}
</style>
background-color css
<style>
a { background-color: #F643D4; }
a { background-color: rgb(246,67,212); }
div.DivClassName
{
background-color: #F643D4;
}
.BgClassName
{
background-color: #F643D4;
}
</style>
border-color css
<style>
span { border-color: #F643D4; }
span { border-color: rgb(246,67,212); }
td.TdClassName
{
border-color: #F643D4;
}
.TagClassName
{
border-color: #F643D4;
}
</style>