Shades of Razzle Dazzle Rose #F442DF
Tints of Razzle Dazzle Rose #F442DF
RGB
CMYK
RGB Variations
Color information
#F442DF (or 0xF442DF) is known color: Razzle Dazzle Rose. HEX triplet: F4, 42 and DF. RGB value is (244,66,223). Sum of RGB (Red+Green+Blue) = 244+66+223=533 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.78% from 533); Green value is 66 (26.17% from 255 or 12.38% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 244 - color contains mainly: red. Hex color #F442DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F442DF is #0BBD20. Grayscale: #888888. Windows color (decimal): -769313 or 14631668. OLE color: 14631668.
HSL color Cylindrical-coordinate representation of color #F442DF: hue angle of 307.08º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F442DF is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 66 | 223 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.04 |
| HSL | 307.08º | 0.89% | 0.61% | - |
| HSV(B) | 307.08º | 0.73% | 0.96% | - |
| XYZ | 52.58 | 28.46 | 72.53 | - |
| YUV | 137.12 | 176.47 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 66 | 223 | 0 | 0.73 | 0.09 | 0.04 | 307.08 | 0.89 | 0.61 |
| Hex | F4 | 42 | DF | 0 | 49 | 9 | 4 | 133 | 59 | 3D |
| Octal | 364 | 102 | 337 | 0 | 111 | 11 | 4 | 463 | 131 | 75 |
| Binary | 11110100 | 1000010 | 11011111 | 0 | 1001001 | 1001 | 100 | 100110011 | 1011001 | 111101 |
Color Harmonies of #F442DF
Complementary color
Monochromatic Colors of #F442DF
Black with #F442DF
Text Example
Text Example
White with #F442DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F442DF; }
p { color: rgb(244,66,223); }
H1.HeaderClassName
{
color: #F442DF;
}
.AnyTagClassName
{
color: #F442DF;
}
</style>
background-color css
<style>
a { background-color: #F442DF; }
a { background-color: rgb(244,66,223); }
div.DivClassName
{
background-color: #F442DF;
}
.BgClassName
{
background-color: #F442DF;
}
</style>
border-color css
<style>
span { border-color: #F442DF; }
span { border-color: rgb(244,66,223); }
td.TdClassName
{
border-color: #F442DF;
}
.TagClassName
{
border-color: #F442DF;
}
</style>