Shades of Razzle Dazzle Rose #F042D0
Tints of Razzle Dazzle Rose #F042D0
RGB
CMYK
RGB Variations
Color information
#F042D0 (or 0xF042D0) is known color: Razzle Dazzle Rose. HEX triplet: F0, 42 and D0. RGB value is (240,66,208). Sum of RGB (Red+Green+Blue) = 240+66+208=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 66 (26.17% from 255 or 12.84% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F042D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F042D0 is #0FBD2F. Grayscale: #858585. Windows color (decimal): -1031472 or 13648624. OLE color: 13648624.
HSL color Cylindrical-coordinate representation of color #F042D0: hue angle of 311.03º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F042D0 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 66 | 208 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.06 |
| HSL | 311.03º | 0.85% | 0.6% | - |
| HSV(B) | 311.03º | 0.73% | 0.94% | - |
| XYZ | 49.27 | 26.98 | 62.28 | - |
| YUV | 134.21 | 169.65 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 208 | 0 | 0.72 | 0.13 | 0.06 | 311.03 | 0.85 | 0.6 |
| Hex | F0 | 42 | D0 | 0 | 48 | D | 6 | 137 | 55 | 3C |
| Octal | 360 | 102 | 320 | 0 | 110 | 15 | 6 | 467 | 125 | 74 |
| Binary | 11110000 | 1000010 | 11010000 | 0 | 1001000 | 1101 | 110 | 100110111 | 1010101 | 111100 |
Color Harmonies of #F042D0
Complementary color
Monochromatic Colors of #F042D0
Black with #F042D0
Text Example
Text Example
White with #F042D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F042D0; }
p { color: rgb(240,66,208); }
H1.HeaderClassName
{
color: #F042D0;
}
.AnyTagClassName
{
color: #F042D0;
}
</style>
background-color css
<style>
a { background-color: #F042D0; }
a { background-color: rgb(240,66,208); }
div.DivClassName
{
background-color: #F042D0;
}
.BgClassName
{
background-color: #F042D0;
}
</style>
border-color css
<style>
span { border-color: #F042D0; }
span { border-color: rgb(240,66,208); }
td.TdClassName
{
border-color: #F042D0;
}
.TagClassName
{
border-color: #F042D0;
}
</style>