Shades of Razzle Dazzle Rose #F72FDD
Tints of Razzle Dazzle Rose #F72FDD
RGB
CMYK
RGB Variations
Color information
#F72FDD (or 0xF72FDD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 2F and DD. RGB value is (247,47,221). Sum of RGB (Red+Green+Blue) = 247+47+221=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 47 (18.75% from 255 or 9.13% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F72FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F72FDD is #08D022. Grayscale: #7E7E7E. Windows color (decimal): -577571 or 14495735. OLE color: 14495735.
HSL color Cylindrical-coordinate representation of color #F72FDD: hue angle of 307.8º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F72FDD is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 47 | 221 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.03 |
| HSL | 307.8º | 0.93% | 0.58% | - |
| HSV(B) | 307.8º | 0.81% | 0.97% | - |
| XYZ | 52.43 | 27.03 | 70.86 | - |
| YUV | 126.64 | 181.26 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 47 | 221 | 0 | 0.81 | 0.11 | 0.03 | 307.8 | 0.93 | 0.58 |
| Hex | F7 | 2F | DD | 0 | 51 | B | 3 | 134 | 5D | 3A |
| Octal | 367 | 57 | 335 | 0 | 121 | 13 | 3 | 464 | 135 | 72 |
| Binary | 11110111 | 101111 | 11011101 | 0 | 1010001 | 1011 | 11 | 100110100 | 1011101 | 111010 |
Color Harmonies of #F72FDD
Complementary color
Monochromatic Colors of #F72FDD
Black with #F72FDD
Text Example
Text Example
White with #F72FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72FDD; }
p { color: rgb(247,47,221); }
H1.HeaderClassName
{
color: #F72FDD;
}
.AnyTagClassName
{
color: #F72FDD;
}
</style>
background-color css
<style>
a { background-color: #F72FDD; }
a { background-color: rgb(247,47,221); }
div.DivClassName
{
background-color: #F72FDD;
}
.BgClassName
{
background-color: #F72FDD;
}
</style>
border-color css
<style>
span { border-color: #F72FDD; }
span { border-color: rgb(247,47,221); }
td.TdClassName
{
border-color: #F72FDD;
}
.TagClassName
{
border-color: #F72FDD;
}
</style>