Shades of Razzle Dazzle Rose #F03DDD
Tints of Razzle Dazzle Rose #F03DDD
RGB
CMYK
RGB Variations
Color information
#F03DDD (or 0xF03DDD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3D and DD. RGB value is (240,61,221). Sum of RGB (Red+Green+Blue) = 240+61+221=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 61 (24.22% from 255 or 11.69% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F03DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03DDD is #0FC222. Grayscale: #848484. Windows color (decimal): -1032739 or 14499312. OLE color: 14499312.
HSL color Cylindrical-coordinate representation of color #F03DDD: hue angle of 306.37º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03DDD is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 61 | 221 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.06 |
| HSL | 306.37º | 0.86% | 0.59% | - |
| HSV(B) | 306.37º | 0.75% | 0.94% | - |
| XYZ | 50.66 | 27.08 | 70.96 | - |
| YUV | 132.76 | 177.8 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 221 | 0 | 0.75 | 0.08 | 0.06 | 306.37 | 0.86 | 0.59 |
| Hex | F0 | 3D | DD | 0 | 4B | 8 | 6 | 132 | 56 | 3B |
| Octal | 360 | 75 | 335 | 0 | 113 | 10 | 6 | 462 | 126 | 73 |
| Binary | 11110000 | 111101 | 11011101 | 0 | 1001011 | 1000 | 110 | 100110010 | 1010110 | 111011 |
Color Harmonies of #F03DDD
Complementary color
Monochromatic Colors of #F03DDD
Black with #F03DDD
Text Example
Text Example
White with #F03DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03DDD; }
p { color: rgb(240,61,221); }
H1.HeaderClassName
{
color: #F03DDD;
}
.AnyTagClassName
{
color: #F03DDD;
}
</style>
background-color css
<style>
a { background-color: #F03DDD; }
a { background-color: rgb(240,61,221); }
div.DivClassName
{
background-color: #F03DDD;
}
.BgClassName
{
background-color: #F03DDD;
}
</style>
border-color css
<style>
span { border-color: #F03DDD; }
span { border-color: rgb(240,61,221); }
td.TdClassName
{
border-color: #F03DDD;
}
.TagClassName
{
border-color: #F03DDD;
}
</style>