Shades of Razzle Dazzle Rose #F643CA
Tints of Razzle Dazzle Rose #F643CA
RGB
CMYK
RGB Variations
Color information
#F643CA (or 0xF643CA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 43 and CA. RGB value is (246,67,202). Sum of RGB (Red+Green+Blue) = 246+67+202=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 67 (26.56% from 255 or 13.01% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 246 - color contains mainly: red. Hex color #F643CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F643CA is #09BC35. Grayscale: #878787. Windows color (decimal): -638006 or 13255670. OLE color: 13255670.
HSL color Cylindrical-coordinate representation of color #F643CA: hue angle of 314.75º 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 #F643CA is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 202 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.04 |
| HSL | 314.75º | 0.91% | 0.61% | - |
| HSV(B) | 314.75º | 0.73% | 0.96% | - |
| XYZ | 50.67 | 27.87 | 58.59 | - |
| YUV | 135.91 | 165.3 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 202 | 0 | 0.73 | 0.18 | 0.04 | 314.75 | 0.91 | 0.61 |
| Hex | F6 | 43 | CA | 0 | 49 | 12 | 4 | 13B | 5B | 3D |
| Octal | 366 | 103 | 312 | 0 | 111 | 22 | 4 | 473 | 133 | 75 |
| Binary | 11110110 | 1000011 | 11001010 | 0 | 1001001 | 10010 | 100 | 100111011 | 1011011 | 111101 |
Color Harmonies of #F643CA
Complementary color
Monochromatic Colors of #F643CA
Black with #F643CA
Text Example
Text Example
White with #F643CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F643CA; }
p { color: rgb(246,67,202); }
H1.HeaderClassName
{
color: #F643CA;
}
.AnyTagClassName
{
color: #F643CA;
}
</style>
background-color css
<style>
a { background-color: #F643CA; }
a { background-color: rgb(246,67,202); }
div.DivClassName
{
background-color: #F643CA;
}
.BgClassName
{
background-color: #F643CA;
}
</style>
border-color css
<style>
span { border-color: #F643CA; }
span { border-color: rgb(246,67,202); }
td.TdClassName
{
border-color: #F643CA;
}
.TagClassName
{
border-color: #F643CA;
}
</style>