Shades of Razzle Dazzle Rose #F044CC
Tints of Razzle Dazzle Rose #F044CC
RGB
CMYK
RGB Variations
Color information
#F044CC (or 0xF044CC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 44 and CC. RGB value is (240,68,204). Sum of RGB (Red+Green+Blue) = 240+68+204=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 68 (26.95% from 255 or 13.28% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F044CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F044CC is #0FBB33. Grayscale: #868686. Windows color (decimal): -1030964 or 13386992. OLE color: 13386992.
HSL color Cylindrical-coordinate representation of color #F044CC: hue angle of 312.56º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F044CC is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 204 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.06 |
| HSL | 312.56º | 0.85% | 0.6% | - |
| HSV(B) | 312.56º | 0.72% | 0.94% | - |
| XYZ | 48.9 | 27.02 | 59.76 | - |
| YUV | 134.93 | 166.98 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 204 | 0 | 0.72 | 0.15 | 0.06 | 312.56 | 0.85 | 0.6 |
| Hex | F0 | 44 | CC | 0 | 48 | F | 6 | 139 | 55 | 3C |
| Octal | 360 | 104 | 314 | 0 | 110 | 17 | 6 | 471 | 125 | 74 |
| Binary | 11110000 | 1000100 | 11001100 | 0 | 1001000 | 1111 | 110 | 100111001 | 1010101 | 111100 |
Color Harmonies of #F044CC
Complementary color
Monochromatic Colors of #F044CC
Black with #F044CC
Text Example
Text Example
White with #F044CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F044CC; }
p { color: rgb(240,68,204); }
H1.HeaderClassName
{
color: #F044CC;
}
.AnyTagClassName
{
color: #F044CC;
}
</style>
background-color css
<style>
a { background-color: #F044CC; }
a { background-color: rgb(240,68,204); }
div.DivClassName
{
background-color: #F044CC;
}
.BgClassName
{
background-color: #F044CC;
}
</style>
border-color css
<style>
span { border-color: #F044CC; }
span { border-color: rgb(240,68,204); }
td.TdClassName
{
border-color: #F044CC;
}
.TagClassName
{
border-color: #F044CC;
}
</style>