Shades of Razzle Dazzle Rose #F049CC
Tints of Razzle Dazzle Rose #F049CC
RGB
CMYK
RGB Variations
Color information
#F049CC (or 0xF049CC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 49 and CC. RGB value is (240,73,204). Sum of RGB (Red+Green+Blue) = 240+73+204=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 73 (28.91% from 255 or 14.12% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F049CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F049CC is #0FB633. Grayscale: #898989. Windows color (decimal): -1029684 or 13388272. OLE color: 13388272.
HSL color Cylindrical-coordinate representation of color #F049CC: hue angle of 312.93º 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 #F049CC is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 204 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.06 |
| HSL | 312.93º | 0.85% | 0.61% | - |
| HSV(B) | 312.93º | 0.7% | 0.94% | - |
| XYZ | 49.22 | 27.65 | 59.87 | - |
| YUV | 137.87 | 165.33 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 204 | 0 | 0.70 | 0.15 | 0.06 | 312.93 | 0.85 | 0.61 |
| Hex | F0 | 49 | CC | 0 | 46 | F | 6 | 139 | 55 | 3D |
| Octal | 360 | 111 | 314 | 0 | 106 | 17 | 6 | 471 | 125 | 75 |
| Binary | 11110000 | 1001001 | 11001100 | 0 | 1000110 | 1111 | 110 | 100111001 | 1010101 | 111101 |
Color Harmonies of #F049CC
Complementary color
Monochromatic Colors of #F049CC
Black with #F049CC
Text Example
Text Example
White with #F049CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F049CC; }
p { color: rgb(240,73,204); }
H1.HeaderClassName
{
color: #F049CC;
}
.AnyTagClassName
{
color: #F049CC;
}
</style>
background-color css
<style>
a { background-color: #F049CC; }
a { background-color: rgb(240,73,204); }
div.DivClassName
{
background-color: #F049CC;
}
.BgClassName
{
background-color: #F049CC;
}
</style>
border-color css
<style>
span { border-color: #F049CC; }
span { border-color: rgb(240,73,204); }
td.TdClassName
{
border-color: #F049CC;
}
.TagClassName
{
border-color: #F049CC;
}
</style>