Shades of Razzle Dazzle Rose #F42CDD
Tints of Razzle Dazzle Rose #F42CDD
RGB
CMYK
RGB Variations
Color information
#F42CDD (or 0xF42CDD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2C and DD. RGB value is (244,44,221). Sum of RGB (Red+Green+Blue) = 244+44+221=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 44 (17.58% from 255 or 8.64% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F42CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42CDD is #0BD322. Grayscale: #7B7B7B. Windows color (decimal): -774947 or 14494964. OLE color: 14494964.
HSL color Cylindrical-coordinate representation of color #F42CDD: hue angle of 306.9º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42CDD is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 44 | 221 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.04 |
| HSL | 306.9º | 0.9% | 0.56% | - |
| HSV(B) | 306.9º | 0.82% | 0.96% | - |
| XYZ | 51.26 | 26.25 | 70.77 | - |
| YUV | 123.98 | 182.76 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 44 | 221 | 0 | 0.82 | 0.09 | 0.04 | 306.9 | 0.9 | 0.56 |
| Hex | F4 | 2C | DD | 0 | 52 | 9 | 4 | 133 | 5A | 38 |
| Octal | 364 | 54 | 335 | 0 | 122 | 11 | 4 | 463 | 132 | 70 |
| Binary | 11110100 | 101100 | 11011101 | 0 | 1010010 | 1001 | 100 | 100110011 | 1011010 | 111000 |
Color Harmonies of #F42CDD
Complementary color
Monochromatic Colors of #F42CDD
Black with #F42CDD
Text Example
Text Example
White with #F42CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42CDD; }
p { color: rgb(244,44,221); }
H1.HeaderClassName
{
color: #F42CDD;
}
.AnyTagClassName
{
color: #F42CDD;
}
</style>
background-color css
<style>
a { background-color: #F42CDD; }
a { background-color: rgb(244,44,221); }
div.DivClassName
{
background-color: #F42CDD;
}
.BgClassName
{
background-color: #F42CDD;
}
</style>
border-color css
<style>
span { border-color: #F42CDD; }
span { border-color: rgb(244,44,221); }
td.TdClassName
{
border-color: #F42CDD;
}
.TagClassName
{
border-color: #F42CDD;
}
</style>