Shades of Razzle Dazzle Rose #F240DA
Tints of Razzle Dazzle Rose #F240DA
RGB
CMYK
RGB Variations
Color information
#F240DA (or 0xF240DA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 40 and DA. RGB value is (242,64,218). Sum of RGB (Red+Green+Blue) = 242+64+218=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 64 (25.39% from 255 or 12.21% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F240DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F240DA is #0DBF25. Grayscale: #868686. Windows color (decimal): -900902 or 14303474. OLE color: 14303474.
HSL color Cylindrical-coordinate representation of color #F240DA: hue angle of 308.09º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F240DA is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 218 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.05 |
| HSL | 308.09º | 0.87% | 0.6% | - |
| HSV(B) | 308.09º | 0.74% | 0.95% | - |
| XYZ | 51.11 | 27.61 | 68.96 | - |
| YUV | 134.78 | 174.97 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 218 | 0 | 0.74 | 0.10 | 0.05 | 308.09 | 0.87 | 0.6 |
| Hex | F2 | 40 | DA | 0 | 4A | A | 5 | 134 | 57 | 3C |
| Octal | 362 | 100 | 332 | 0 | 112 | 12 | 5 | 464 | 127 | 74 |
| Binary | 11110010 | 1000000 | 11011010 | 0 | 1001010 | 1010 | 101 | 100110100 | 1010111 | 111100 |
Color Harmonies of #F240DA
Complementary color
Monochromatic Colors of #F240DA
Black with #F240DA
Text Example
Text Example
White with #F240DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F240DA; }
p { color: rgb(242,64,218); }
H1.HeaderClassName
{
color: #F240DA;
}
.AnyTagClassName
{
color: #F240DA;
}
</style>
background-color css
<style>
a { background-color: #F240DA; }
a { background-color: rgb(242,64,218); }
div.DivClassName
{
background-color: #F240DA;
}
.BgClassName
{
background-color: #F240DA;
}
</style>
border-color css
<style>
span { border-color: #F240DA; }
span { border-color: rgb(242,64,218); }
td.TdClassName
{
border-color: #F240DA;
}
.TagClassName
{
border-color: #F240DA;
}
</style>