Shades of Razzle Dazzle Rose #F444C0
Tints of Razzle Dazzle Rose #F444C0
RGB
CMYK
RGB Variations
Color information
#F444C0 (or 0xF444C0) is known color: Razzle Dazzle Rose. HEX triplet: F4, 44 and C0. RGB value is (244,68,192). Sum of RGB (Red+Green+Blue) = 244+68+192=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 68 (26.95% from 255 or 13.49% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F444C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F444C0 is #0BBB3F. Grayscale: #868686. Windows color (decimal): -768832 or 12600564. OLE color: 12600564.
HSL color Cylindrical-coordinate representation of color #F444C0: hue angle of 317.73º 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 #F444C0 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 68 | 192 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.04 |
| HSL | 317.73º | 0.89% | 0.61% | - |
| HSV(B) | 317.73º | 0.72% | 0.96% | - |
| XYZ | 48.89 | 27.17 | 52.54 | - |
| YUV | 134.76 | 160.31 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 68 | 192 | 0 | 0.72 | 0.21 | 0.04 | 317.73 | 0.89 | 0.61 |
| Hex | F4 | 44 | C0 | 0 | 48 | 15 | 4 | 13E | 59 | 3D |
| Octal | 364 | 104 | 300 | 0 | 110 | 25 | 4 | 476 | 131 | 75 |
| Binary | 11110100 | 1000100 | 11000000 | 0 | 1001000 | 10101 | 100 | 100111110 | 1011001 | 111101 |
Color Harmonies of #F444C0
Complementary color
Monochromatic Colors of #F444C0
Black with #F444C0
Text Example
Text Example
White with #F444C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F444C0; }
p { color: rgb(244,68,192); }
H1.HeaderClassName
{
color: #F444C0;
}
.AnyTagClassName
{
color: #F444C0;
}
</style>
background-color css
<style>
a { background-color: #F444C0; }
a { background-color: rgb(244,68,192); }
div.DivClassName
{
background-color: #F444C0;
}
.BgClassName
{
background-color: #F444C0;
}
</style>
border-color css
<style>
span { border-color: #F444C0; }
span { border-color: rgb(244,68,192); }
td.TdClassName
{
border-color: #F444C0;
}
.TagClassName
{
border-color: #F444C0;
}
</style>