Shades of Razzle Dazzle Rose #F72DDD
Tints of Razzle Dazzle Rose #F72DDD
RGB
CMYK
RGB Variations
Color information
#F72DDD (or 0xF72DDD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 2D and DD. RGB value is (247,45,221). Sum of RGB (Red+Green+Blue) = 247+45+221=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 45 (17.97% from 255 or 8.77% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F72DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F72DDD is #08D222. Grayscale: #7C7C7C. Windows color (decimal): -578083 or 14495223. OLE color: 14495223.
HSL color Cylindrical-coordinate representation of color #F72DDD: hue angle of 307.72º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F72DDD is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 45 | 221 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.03 |
| HSL | 307.72º | 0.93% | 0.57% | - |
| HSV(B) | 307.72º | 0.82% | 0.97% | - |
| XYZ | 52.35 | 26.87 | 70.83 | - |
| YUV | 125.46 | 181.92 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 45 | 221 | 0 | 0.82 | 0.11 | 0.03 | 307.72 | 0.93 | 0.57 |
| Hex | F7 | 2D | DD | 0 | 52 | B | 3 | 134 | 5D | 39 |
| Octal | 367 | 55 | 335 | 0 | 122 | 13 | 3 | 464 | 135 | 71 |
| Binary | 11110111 | 101101 | 11011101 | 0 | 1010010 | 1011 | 11 | 100110100 | 1011101 | 111001 |
Color Harmonies of #F72DDD
Complementary color
Monochromatic Colors of #F72DDD
Black with #F72DDD
Text Example
Text Example
White with #F72DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72DDD; }
p { color: rgb(247,45,221); }
H1.HeaderClassName
{
color: #F72DDD;
}
.AnyTagClassName
{
color: #F72DDD;
}
</style>
background-color css
<style>
a { background-color: #F72DDD; }
a { background-color: rgb(247,45,221); }
div.DivClassName
{
background-color: #F72DDD;
}
.BgClassName
{
background-color: #F72DDD;
}
</style>
border-color css
<style>
span { border-color: #F72DDD; }
span { border-color: rgb(247,45,221); }
td.TdClassName
{
border-color: #F72DDD;
}
.TagClassName
{
border-color: #F72DDD;
}
</style>