Shades of Razzle Dazzle Rose #F046CE
Tints of Razzle Dazzle Rose #F046CE
RGB
CMYK
RGB Variations
Color information
#F046CE (or 0xF046CE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 46 and CE. RGB value is (240,70,206). Sum of RGB (Red+Green+Blue) = 240+70+206=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 70 (27.73% from 255 or 13.57% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F046CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F046CE is #0FB931. Grayscale: #878787. Windows color (decimal): -1030450 or 13518576. OLE color: 13518576.
HSL color Cylindrical-coordinate representation of color #F046CE: hue angle of 312º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F046CE is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 206 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.06 |
| HSL | 312º | 0.85% | 0.61% | - |
| HSV(B) | 312º | 0.71% | 0.94% | - |
| XYZ | 49.27 | 27.36 | 61.08 | - |
| YUV | 136.33 | 167.32 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 206 | 0 | 0.71 | 0.14 | 0.06 | 312 | 0.85 | 0.61 |
| Hex | F0 | 46 | CE | 0 | 47 | E | 6 | 138 | 55 | 3D |
| Octal | 360 | 106 | 316 | 0 | 107 | 16 | 6 | 470 | 125 | 75 |
| Binary | 11110000 | 1000110 | 11001110 | 0 | 1000111 | 1110 | 110 | 100111000 | 1010101 | 111101 |
Color Harmonies of #F046CE
Complementary color
Monochromatic Colors of #F046CE
Black with #F046CE
Text Example
Text Example
White with #F046CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F046CE; }
p { color: rgb(240,70,206); }
H1.HeaderClassName
{
color: #F046CE;
}
.AnyTagClassName
{
color: #F046CE;
}
</style>
background-color css
<style>
a { background-color: #F046CE; }
a { background-color: rgb(240,70,206); }
div.DivClassName
{
background-color: #F046CE;
}
.BgClassName
{
background-color: #F046CE;
}
</style>
border-color css
<style>
span { border-color: #F046CE; }
span { border-color: rgb(240,70,206); }
td.TdClassName
{
border-color: #F046CE;
}
.TagClassName
{
border-color: #F046CE;
}
</style>