Shades of Razzle Dazzle Rose #F040DA
Tints of Razzle Dazzle Rose #F040DA
RGB
CMYK
RGB Variations
Color information
#F040DA (or 0xF040DA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 40 and DA. RGB value is (240,64,218). Sum of RGB (Red+Green+Blue) = 240+64+218=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 64 (25.39% from 255 or 12.26% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F040DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F040DA is #0FBF25. Grayscale: #858585. Windows color (decimal): -1031974 or 14303472. OLE color: 14303472.
HSL color Cylindrical-coordinate representation of color #F040DA: hue angle of 307.5º 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 #F040DA is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 218 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.06 |
| HSL | 307.5º | 0.85% | 0.6% | - |
| HSV(B) | 307.5º | 0.73% | 0.94% | - |
| XYZ | 50.42 | 27.25 | 68.93 | - |
| YUV | 134.18 | 175.31 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 218 | 0 | 0.73 | 0.09 | 0.06 | 307.5 | 0.85 | 0.6 |
| Hex | F0 | 40 | DA | 0 | 49 | 9 | 6 | 134 | 55 | 3C |
| Octal | 360 | 100 | 332 | 0 | 111 | 11 | 6 | 464 | 125 | 74 |
| Binary | 11110000 | 1000000 | 11011010 | 0 | 1001001 | 1001 | 110 | 100110100 | 1010101 | 111100 |
Color Harmonies of #F040DA
Complementary color
Monochromatic Colors of #F040DA
Black with #F040DA
Text Example
Text Example
White with #F040DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F040DA; }
p { color: rgb(240,64,218); }
H1.HeaderClassName
{
color: #F040DA;
}
.AnyTagClassName
{
color: #F040DA;
}
</style>
background-color css
<style>
a { background-color: #F040DA; }
a { background-color: rgb(240,64,218); }
div.DivClassName
{
background-color: #F040DA;
}
.BgClassName
{
background-color: #F040DA;
}
</style>
border-color css
<style>
span { border-color: #F040DA; }
span { border-color: rgb(240,64,218); }
td.TdClassName
{
border-color: #F040DA;
}
.TagClassName
{
border-color: #F040DA;
}
</style>