Shades of Razzle Dazzle Rose #F643C4
Tints of Razzle Dazzle Rose #F643C4
RGB
CMYK
RGB Variations
Color information
#F643C4 (or 0xF643C4) is known color: Razzle Dazzle Rose. HEX triplet: F6, 43 and C4. RGB value is (246,67,196). Sum of RGB (Red+Green+Blue) = 246+67+196=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 67 (26.56% from 255 or 13.16% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F643C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F643C4 is #09BC3B. Grayscale: #868686. Windows color (decimal): -638012 or 12862454. OLE color: 12862454.
HSL color Cylindrical-coordinate representation of color #F643C4: hue angle of 316.76º 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 #F643C4 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 196 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.04 |
| HSL | 316.76º | 0.91% | 0.61% | - |
| HSV(B) | 316.76º | 0.73% | 0.96% | - |
| XYZ | 49.98 | 27.59 | 54.92 | - |
| YUV | 135.23 | 162.3 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 196 | 0 | 0.73 | 0.20 | 0.04 | 316.76 | 0.91 | 0.61 |
| Hex | F6 | 43 | C4 | 0 | 49 | 14 | 4 | 13D | 5B | 3D |
| Octal | 366 | 103 | 304 | 0 | 111 | 24 | 4 | 475 | 133 | 75 |
| Binary | 11110110 | 1000011 | 11000100 | 0 | 1001001 | 10100 | 100 | 100111101 | 1011011 | 111101 |
Color Harmonies of #F643C4
Complementary color
Monochromatic Colors of #F643C4
Black with #F643C4
Text Example
Text Example
White with #F643C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F643C4; }
p { color: rgb(246,67,196); }
H1.HeaderClassName
{
color: #F643C4;
}
.AnyTagClassName
{
color: #F643C4;
}
</style>
background-color css
<style>
a { background-color: #F643C4; }
a { background-color: rgb(246,67,196); }
div.DivClassName
{
background-color: #F643C4;
}
.BgClassName
{
background-color: #F643C4;
}
</style>
border-color css
<style>
span { border-color: #F643C4; }
span { border-color: rgb(246,67,196); }
td.TdClassName
{
border-color: #F643C4;
}
.TagClassName
{
border-color: #F643C4;
}
</style>