Shades of Razzle Dazzle Rose #F047CC
Tints of Razzle Dazzle Rose #F047CC
RGB
CMYK
RGB Variations
Color information
#F047CC (or 0xF047CC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 47 and CC. RGB value is (240,71,204). Sum of RGB (Red+Green+Blue) = 240+71+204=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 71 (28.12% from 255 or 13.79% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F047CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F047CC is #0FB833. Grayscale: #888888. Windows color (decimal): -1030196 or 13387760. OLE color: 13387760.
HSL color Cylindrical-coordinate representation of color #F047CC: hue angle of 312.78º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F047CC is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 204 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.06 |
| HSL | 312.78º | 0.85% | 0.61% | - |
| HSV(B) | 312.78º | 0.7% | 0.94% | - |
| XYZ | 49.09 | 27.39 | 59.83 | - |
| YUV | 136.69 | 165.99 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 204 | 0 | 0.70 | 0.15 | 0.06 | 312.78 | 0.85 | 0.61 |
| Hex | F0 | 47 | CC | 0 | 46 | F | 6 | 139 | 55 | 3D |
| Octal | 360 | 107 | 314 | 0 | 106 | 17 | 6 | 471 | 125 | 75 |
| Binary | 11110000 | 1000111 | 11001100 | 0 | 1000110 | 1111 | 110 | 100111001 | 1010101 | 111101 |
Color Harmonies of #F047CC
Complementary color
Monochromatic Colors of #F047CC
Black with #F047CC
Text Example
Text Example
White with #F047CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F047CC; }
p { color: rgb(240,71,204); }
H1.HeaderClassName
{
color: #F047CC;
}
.AnyTagClassName
{
color: #F047CC;
}
</style>
background-color css
<style>
a { background-color: #F047CC; }
a { background-color: rgb(240,71,204); }
div.DivClassName
{
background-color: #F047CC;
}
.BgClassName
{
background-color: #F047CC;
}
</style>
border-color css
<style>
span { border-color: #F047CC; }
span { border-color: rgb(240,71,204); }
td.TdClassName
{
border-color: #F047CC;
}
.TagClassName
{
border-color: #F047CC;
}
</style>