Shades of Razzle Dazzle Rose #F040D6
Tints of Razzle Dazzle Rose #F040D6
RGB
CMYK
RGB Variations
Color information
#F040D6 (or 0xF040D6) is known color: Razzle Dazzle Rose. HEX triplet: F0, 40 and D6. RGB value is (240,64,214). Sum of RGB (Red+Green+Blue) = 240+64+214=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 64 (25.39% from 255 or 12.36% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F040D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F040D6 is #0FBF29. Grayscale: #858585. Windows color (decimal): -1031978 or 14041328. OLE color: 14041328.
HSL color Cylindrical-coordinate representation of color #F040D6: hue angle of 308.86º 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 #F040D6 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 214 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.06 |
| HSL | 308.86º | 0.85% | 0.6% | - |
| HSV(B) | 308.86º | 0.73% | 0.94% | - |
| XYZ | 49.91 | 27.05 | 66.21 | - |
| YUV | 133.72 | 173.31 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 214 | 0 | 0.73 | 0.11 | 0.06 | 308.86 | 0.85 | 0.6 |
| Hex | F0 | 40 | D6 | 0 | 49 | B | 6 | 135 | 55 | 3C |
| Octal | 360 | 100 | 326 | 0 | 111 | 13 | 6 | 465 | 125 | 74 |
| Binary | 11110000 | 1000000 | 11010110 | 0 | 1001001 | 1011 | 110 | 100110101 | 1010101 | 111100 |
Color Harmonies of #F040D6
Complementary color
Monochromatic Colors of #F040D6
Black with #F040D6
Text Example
Text Example
White with #F040D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F040D6; }
p { color: rgb(240,64,214); }
H1.HeaderClassName
{
color: #F040D6;
}
.AnyTagClassName
{
color: #F040D6;
}
</style>
background-color css
<style>
a { background-color: #F040D6; }
a { background-color: rgb(240,64,214); }
div.DivClassName
{
background-color: #F040D6;
}
.BgClassName
{
background-color: #F040D6;
}
</style>
border-color css
<style>
span { border-color: #F040D6; }
span { border-color: rgb(240,64,214); }
td.TdClassName
{
border-color: #F040D6;
}
.TagClassName
{
border-color: #F040D6;
}
</style>