Shades of Razzle Dazzle Rose #F240DC
Tints of Razzle Dazzle Rose #F240DC
RGB
CMYK
RGB Variations
Color information
#F240DC (or 0xF240DC) is known color: Razzle Dazzle Rose. HEX triplet: F2, 40 and DC. RGB value is (242,64,220). Sum of RGB (Red+Green+Blue) = 242+64+220=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 64 (25.39% from 255 or 12.17% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F240DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F240DC is #0DBF23. Grayscale: #868686. Windows color (decimal): -900900 or 14434546. OLE color: 14434546.
HSL color Cylindrical-coordinate representation of color #F240DC: hue angle of 307.42º 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 #F240DC is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 220 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.05 |
| HSL | 307.42º | 0.87% | 0.6% | - |
| HSV(B) | 307.42º | 0.74% | 0.95% | - |
| XYZ | 51.37 | 27.71 | 70.35 | - |
| YUV | 135.01 | 175.97 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 220 | 0 | 0.74 | 0.09 | 0.05 | 307.42 | 0.87 | 0.6 |
| Hex | F2 | 40 | DC | 0 | 4A | 9 | 5 | 133 | 57 | 3C |
| Octal | 362 | 100 | 334 | 0 | 112 | 11 | 5 | 463 | 127 | 74 |
| Binary | 11110010 | 1000000 | 11011100 | 0 | 1001010 | 1001 | 101 | 100110011 | 1010111 | 111100 |
Color Harmonies of #F240DC
Complementary color
Monochromatic Colors of #F240DC
Black with #F240DC
Text Example
Text Example
White with #F240DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F240DC; }
p { color: rgb(242,64,220); }
H1.HeaderClassName
{
color: #F240DC;
}
.AnyTagClassName
{
color: #F240DC;
}
</style>
background-color css
<style>
a { background-color: #F240DC; }
a { background-color: rgb(242,64,220); }
div.DivClassName
{
background-color: #F240DC;
}
.BgClassName
{
background-color: #F240DC;
}
</style>
border-color css
<style>
span { border-color: #F240DC; }
span { border-color: rgb(242,64,220); }
td.TdClassName
{
border-color: #F240DC;
}
.TagClassName
{
border-color: #F240DC;
}
</style>