Shades of Razzle Dazzle Rose #F642CA
Tints of Razzle Dazzle Rose #F642CA
RGB
CMYK
RGB Variations
Color information
#F642CA (or 0xF642CA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 42 and CA. RGB value is (246,66,202). Sum of RGB (Red+Green+Blue) = 246+66+202=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 66 (26.17% from 255 or 12.84% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F642CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F642CA is #09BD35. Grayscale: #868686. Windows color (decimal): -638262 or 13255414. OLE color: 13255414.
HSL color Cylindrical-coordinate representation of color #F642CA: hue angle of 314.67º 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 #F642CA is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 202 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.04 |
| HSL | 314.67º | 0.91% | 0.61% | - |
| HSV(B) | 314.67º | 0.73% | 0.96% | - |
| XYZ | 50.61 | 27.75 | 58.57 | - |
| YUV | 135.32 | 165.63 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 202 | 0 | 0.73 | 0.18 | 0.04 | 314.67 | 0.91 | 0.61 |
| Hex | F6 | 42 | CA | 0 | 49 | 12 | 4 | 13B | 5B | 3D |
| Octal | 366 | 102 | 312 | 0 | 111 | 22 | 4 | 473 | 133 | 75 |
| Binary | 11110110 | 1000010 | 11001010 | 0 | 1001001 | 10010 | 100 | 100111011 | 1011011 | 111101 |
Color Harmonies of #F642CA
Complementary color
Monochromatic Colors of #F642CA
Black with #F642CA
Text Example
Text Example
White with #F642CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F642CA; }
p { color: rgb(246,66,202); }
H1.HeaderClassName
{
color: #F642CA;
}
.AnyTagClassName
{
color: #F642CA;
}
</style>
background-color css
<style>
a { background-color: #F642CA; }
a { background-color: rgb(246,66,202); }
div.DivClassName
{
background-color: #F642CA;
}
.BgClassName
{
background-color: #F642CA;
}
</style>
border-color css
<style>
span { border-color: #F642CA; }
span { border-color: rgb(246,66,202); }
td.TdClassName
{
border-color: #F642CA;
}
.TagClassName
{
border-color: #F642CA;
}
</style>