Shades of Razzle Dazzle Rose #F42FDD
Tints of Razzle Dazzle Rose #F42FDD
RGB
CMYK
RGB Variations
Color information
#F42FDD (or 0xF42FDD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2F and DD. RGB value is (244,47,221). Sum of RGB (Red+Green+Blue) = 244+47+221=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 47 (18.75% from 255 or 9.18% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F42FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42FDD is #0BD022. Grayscale: #7D7D7D. Windows color (decimal): -774179 or 14495732. OLE color: 14495732.
HSL color Cylindrical-coordinate representation of color #F42FDD: hue angle of 307.01º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F42FDD is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 47 | 221 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.04 |
| HSL | 307.01º | 0.9% | 0.57% | - |
| HSV(B) | 307.01º | 0.81% | 0.96% | - |
| XYZ | 51.38 | 26.49 | 70.81 | - |
| YUV | 125.74 | 181.77 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 221 | 0 | 0.81 | 0.09 | 0.04 | 307.01 | 0.9 | 0.57 |
| Hex | F4 | 2F | DD | 0 | 51 | 9 | 4 | 133 | 5A | 39 |
| Octal | 364 | 57 | 335 | 0 | 121 | 11 | 4 | 463 | 132 | 71 |
| Binary | 11110100 | 101111 | 11011101 | 0 | 1010001 | 1001 | 100 | 100110011 | 1011010 | 111001 |
Color Harmonies of #F42FDD
Complementary color
Monochromatic Colors of #F42FDD
Black with #F42FDD
Text Example
Text Example
White with #F42FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42FDD; }
p { color: rgb(244,47,221); }
H1.HeaderClassName
{
color: #F42FDD;
}
.AnyTagClassName
{
color: #F42FDD;
}
</style>
background-color css
<style>
a { background-color: #F42FDD; }
a { background-color: rgb(244,47,221); }
div.DivClassName
{
background-color: #F42FDD;
}
.BgClassName
{
background-color: #F42FDD;
}
</style>
border-color css
<style>
span { border-color: #F42FDD; }
span { border-color: rgb(244,47,221); }
td.TdClassName
{
border-color: #F42FDD;
}
.TagClassName
{
border-color: #F42FDD;
}
</style>