Shades of Razzle Dazzle Rose #F041D0
Tints of Razzle Dazzle Rose #F041D0
RGB
CMYK
RGB Variations
Color information
#F041D0 (or 0xF041D0) is known color: Razzle Dazzle Rose. HEX triplet: F0, 41 and D0. RGB value is (240,65,208). Sum of RGB (Red+Green+Blue) = 240+65+208=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F041D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F041D0 is #0FBE2F. Grayscale: #858585. Windows color (decimal): -1031728 or 13648368. OLE color: 13648368.
HSL color Cylindrical-coordinate representation of color #F041D0: hue angle of 310.97º 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 #F041D0 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 208 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.06 |
| HSL | 310.97º | 0.85% | 0.6% | - |
| HSV(B) | 310.97º | 0.73% | 0.94% | - |
| XYZ | 49.21 | 26.86 | 62.27 | - |
| YUV | 133.63 | 169.98 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 208 | 0 | 0.73 | 0.13 | 0.06 | 310.97 | 0.85 | 0.6 |
| Hex | F0 | 41 | D0 | 0 | 49 | D | 6 | 137 | 55 | 3C |
| Octal | 360 | 101 | 320 | 0 | 111 | 15 | 6 | 467 | 125 | 74 |
| Binary | 11110000 | 1000001 | 11010000 | 0 | 1001001 | 1101 | 110 | 100110111 | 1010101 | 111100 |
Color Harmonies of #F041D0
Complementary color
Monochromatic Colors of #F041D0
Black with #F041D0
Text Example
Text Example
White with #F041D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F041D0; }
p { color: rgb(240,65,208); }
H1.HeaderClassName
{
color: #F041D0;
}
.AnyTagClassName
{
color: #F041D0;
}
</style>
background-color css
<style>
a { background-color: #F041D0; }
a { background-color: rgb(240,65,208); }
div.DivClassName
{
background-color: #F041D0;
}
.BgClassName
{
background-color: #F041D0;
}
</style>
border-color css
<style>
span { border-color: #F041D0; }
span { border-color: rgb(240,65,208); }
td.TdClassName
{
border-color: #F041D0;
}
.TagClassName
{
border-color: #F041D0;
}
</style>