Shades of Razzle Dazzle Rose #F444CC
Tints of Razzle Dazzle Rose #F444CC
RGB
CMYK
RGB Variations
Color information
#F444CC (or 0xF444CC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 44 and CC. RGB value is (244,68,204). Sum of RGB (Red+Green+Blue) = 244+68+204=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 68 (26.95% from 255 or 13.18% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F444CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F444CC is #0BBB33. Grayscale: #878787. Windows color (decimal): -768820 or 13386996. OLE color: 13386996.
HSL color Cylindrical-coordinate representation of color #F444CC: hue angle of 313.64º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F444CC is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 68 | 204 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.04 |
| HSL | 313.64º | 0.89% | 0.61% | - |
| HSV(B) | 313.64º | 0.72% | 0.96% | - |
| XYZ | 50.27 | 27.73 | 59.83 | - |
| YUV | 136.13 | 166.31 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 68 | 204 | 0 | 0.72 | 0.16 | 0.04 | 313.64 | 0.89 | 0.61 |
| Hex | F4 | 44 | CC | 0 | 48 | 10 | 4 | 13A | 59 | 3D |
| Octal | 364 | 104 | 314 | 0 | 110 | 20 | 4 | 472 | 131 | 75 |
| Binary | 11110100 | 1000100 | 11001100 | 0 | 1001000 | 10000 | 100 | 100111010 | 1011001 | 111101 |
Color Harmonies of #F444CC
Complementary color
Monochromatic Colors of #F444CC
Black with #F444CC
Text Example
Text Example
White with #F444CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F444CC; }
p { color: rgb(244,68,204); }
H1.HeaderClassName
{
color: #F444CC;
}
.AnyTagClassName
{
color: #F444CC;
}
</style>
background-color css
<style>
a { background-color: #F444CC; }
a { background-color: rgb(244,68,204); }
div.DivClassName
{
background-color: #F444CC;
}
.BgClassName
{
background-color: #F444CC;
}
</style>
border-color css
<style>
span { border-color: #F444CC; }
span { border-color: rgb(244,68,204); }
td.TdClassName
{
border-color: #F444CC;
}
.TagClassName
{
border-color: #F444CC;
}
</style>