Shades of Razzle Dazzle Rose #F041D7
Tints of Razzle Dazzle Rose #F041D7
RGB
CMYK
RGB Variations
Color information
#F041D7 (or 0xF041D7) is known color: Razzle Dazzle Rose. HEX triplet: F0, 41 and D7. RGB value is (240,65,215). Sum of RGB (Red+Green+Blue) = 240+65+215=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 65 (25.78% from 255 or 12.5% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F041D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F041D7 is #0FBE28. Grayscale: #868686. Windows color (decimal): -1031721 or 14107120. OLE color: 14107120.
HSL color Cylindrical-coordinate representation of color #F041D7: hue angle of 308.57º 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 #F041D7 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 215 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.06 |
| HSL | 308.57º | 0.85% | 0.6% | - |
| HSV(B) | 308.57º | 0.73% | 0.94% | - |
| XYZ | 50.09 | 27.21 | 66.9 | - |
| YUV | 134.43 | 173.48 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 215 | 0 | 0.73 | 0.10 | 0.06 | 308.57 | 0.85 | 0.6 |
| Hex | F0 | 41 | D7 | 0 | 49 | A | 6 | 135 | 55 | 3C |
| Octal | 360 | 101 | 327 | 0 | 111 | 12 | 6 | 465 | 125 | 74 |
| Binary | 11110000 | 1000001 | 11010111 | 0 | 1001001 | 1010 | 110 | 100110101 | 1010101 | 111100 |
Color Harmonies of #F041D7
Complementary color
Monochromatic Colors of #F041D7
Black with #F041D7
Text Example
Text Example
White with #F041D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F041D7; }
p { color: rgb(240,65,215); }
H1.HeaderClassName
{
color: #F041D7;
}
.AnyTagClassName
{
color: #F041D7;
}
</style>
background-color css
<style>
a { background-color: #F041D7; }
a { background-color: rgb(240,65,215); }
div.DivClassName
{
background-color: #F041D7;
}
.BgClassName
{
background-color: #F041D7;
}
</style>
border-color css
<style>
span { border-color: #F041D7; }
span { border-color: rgb(240,65,215); }
td.TdClassName
{
border-color: #F041D7;
}
.TagClassName
{
border-color: #F041D7;
}
</style>