Shades of Razzle Dazzle Rose #F642C9
Tints of Razzle Dazzle Rose #F642C9
RGB
CMYK
RGB Variations
Color information
#F642C9 (or 0xF642C9) is known color: Razzle Dazzle Rose. HEX triplet: F6, 42 and C9. RGB value is (246,66,201). Sum of RGB (Red+Green+Blue) = 246+66+201=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 66 (26.17% from 255 or 12.87% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F642C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F642C9 is #09BD36. Grayscale: #868686. Windows color (decimal): -638263 or 13189878. OLE color: 13189878.
HSL color Cylindrical-coordinate representation of color #F642C9: hue angle of 315º 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 #F642C9 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 201 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.04 |
| HSL | 315º | 0.91% | 0.61% | - |
| HSV(B) | 315º | 0.73% | 0.96% | - |
| XYZ | 50.5 | 27.71 | 57.94 | - |
| YUV | 135.21 | 165.13 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 201 | 0 | 0.73 | 0.18 | 0.04 | 315 | 0.91 | 0.61 |
| Hex | F6 | 42 | C9 | 0 | 49 | 12 | 4 | 13B | 5B | 3D |
| Octal | 366 | 102 | 311 | 0 | 111 | 22 | 4 | 473 | 133 | 75 |
| Binary | 11110110 | 1000010 | 11001001 | 0 | 1001001 | 10010 | 100 | 100111011 | 1011011 | 111101 |
Color Harmonies of #F642C9
Complementary color
Monochromatic Colors of #F642C9
Black with #F642C9
Text Example
Text Example
White with #F642C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F642C9; }
p { color: rgb(246,66,201); }
H1.HeaderClassName
{
color: #F642C9;
}
.AnyTagClassName
{
color: #F642C9;
}
</style>
background-color css
<style>
a { background-color: #F642C9; }
a { background-color: rgb(246,66,201); }
div.DivClassName
{
background-color: #F642C9;
}
.BgClassName
{
background-color: #F642C9;
}
</style>
border-color css
<style>
span { border-color: #F642C9; }
span { border-color: rgb(246,66,201); }
td.TdClassName
{
border-color: #F642C9;
}
.TagClassName
{
border-color: #F642C9;
}
</style>