Shades of Razzle Dazzle Rose #F42DC9
Tints of Razzle Dazzle Rose #F42DC9
RGB
CMYK
RGB Variations
Color information
#F42DC9 (or 0xF42DC9) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2D and C9. RGB value is (244,45,201). Sum of RGB (Red+Green+Blue) = 244+45+201=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 45 (17.97% from 255 or 9.18% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F42DC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42DC9 is #0BD236. Grayscale: #797979. Windows color (decimal): -774711 or 13184500. OLE color: 13184500.
HSL color Cylindrical-coordinate representation of color #F42DC9: hue angle of 312.96º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42DC9 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 45 | 201 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.04 |
| HSL | 312.96º | 0.9% | 0.57% | - |
| HSV(B) | 312.96º | 0.82% | 0.96% | - |
| XYZ | 48.79 | 25.33 | 57.58 | - |
| YUV | 122.29 | 172.43 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 45 | 201 | 0 | 0.82 | 0.18 | 0.04 | 312.96 | 0.9 | 0.57 |
| Hex | F4 | 2D | C9 | 0 | 52 | 12 | 4 | 139 | 5A | 39 |
| Octal | 364 | 55 | 311 | 0 | 122 | 22 | 4 | 471 | 132 | 71 |
| Binary | 11110100 | 101101 | 11001001 | 0 | 1010010 | 10010 | 100 | 100111001 | 1011010 | 111001 |
Color Harmonies of #F42DC9
Complementary color
Monochromatic Colors of #F42DC9
Black with #F42DC9
Text Example
Text Example
White with #F42DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42DC9; }
p { color: rgb(244,45,201); }
H1.HeaderClassName
{
color: #F42DC9;
}
.AnyTagClassName
{
color: #F42DC9;
}
</style>
background-color css
<style>
a { background-color: #F42DC9; }
a { background-color: rgb(244,45,201); }
div.DivClassName
{
background-color: #F42DC9;
}
.BgClassName
{
background-color: #F42DC9;
}
</style>
border-color css
<style>
span { border-color: #F42DC9; }
span { border-color: rgb(244,45,201); }
td.TdClassName
{
border-color: #F42DC9;
}
.TagClassName
{
border-color: #F42DC9;
}
</style>