Shades of Razzle Dazzle Rose #F444D0
Tints of Razzle Dazzle Rose #F444D0
RGB
CMYK
RGB Variations
Color information
#F444D0 (or 0xF444D0) is known color: Razzle Dazzle Rose. HEX triplet: F4, 44 and D0. RGB value is (244,68,208). Sum of RGB (Red+Green+Blue) = 244+68+208=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 68 (26.95% from 255 or 13.08% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F444D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F444D0 is #0BBB2F. Grayscale: #888888. Windows color (decimal): -768816 or 13649140. OLE color: 13649140.
HSL color Cylindrical-coordinate representation of color #F444D0: hue angle of 312.27º 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 #F444D0 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 68 | 208 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.04 |
| HSL | 312.27º | 0.89% | 0.61% | - |
| HSV(B) | 312.27º | 0.72% | 0.96% | - |
| XYZ | 50.76 | 27.92 | 62.39 | - |
| YUV | 136.58 | 168.31 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 68 | 208 | 0 | 0.72 | 0.15 | 0.04 | 312.27 | 0.89 | 0.61 |
| Hex | F4 | 44 | D0 | 0 | 48 | F | 4 | 138 | 59 | 3D |
| Octal | 364 | 104 | 320 | 0 | 110 | 17 | 4 | 470 | 131 | 75 |
| Binary | 11110100 | 1000100 | 11010000 | 0 | 1001000 | 1111 | 100 | 100111000 | 1011001 | 111101 |
Color Harmonies of #F444D0
Complementary color
Monochromatic Colors of #F444D0
Black with #F444D0
Text Example
Text Example
White with #F444D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F444D0; }
p { color: rgb(244,68,208); }
H1.HeaderClassName
{
color: #F444D0;
}
.AnyTagClassName
{
color: #F444D0;
}
</style>
background-color css
<style>
a { background-color: #F444D0; }
a { background-color: rgb(244,68,208); }
div.DivClassName
{
background-color: #F444D0;
}
.BgClassName
{
background-color: #F444D0;
}
</style>
border-color css
<style>
span { border-color: #F444D0; }
span { border-color: rgb(244,68,208); }
td.TdClassName
{
border-color: #F444D0;
}
.TagClassName
{
border-color: #F444D0;
}
</style>