Shades of Razzle Dazzle Rose #F724DF
Tints of Razzle Dazzle Rose #F724DF
RGB
CMYK
RGB Variations
Color information
#F724DF (or 0xF724DF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 24 and DF. RGB value is (247,36,223). Sum of RGB (Red+Green+Blue) = 247+36+223=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 36 (14.45% from 255 or 7.11% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F724DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F724DF is #08DB20. Grayscale: #777777. Windows color (decimal): -580385 or 14623991. OLE color: 14623991.
HSL color Cylindrical-coordinate representation of color #F724DF: hue angle of 306.82º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F724DF is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 36 | 223 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.03 |
| HSL | 306.82º | 0.93% | 0.55% | - |
| HSV(B) | 306.82º | 0.85% | 0.97% | - |
| XYZ | 52.31 | 26.36 | 72.14 | - |
| YUV | 120.41 | 185.9 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 36 | 223 | 0 | 0.85 | 0.10 | 0.03 | 306.82 | 0.93 | 0.55 |
| Hex | F7 | 24 | DF | 0 | 55 | A | 3 | 133 | 5D | 37 |
| Octal | 367 | 44 | 337 | 0 | 125 | 12 | 3 | 463 | 135 | 67 |
| Binary | 11110111 | 100100 | 11011111 | 0 | 1010101 | 1010 | 11 | 100110011 | 1011101 | 110111 |
Color Harmonies of #F724DF
Complementary color
Monochromatic Colors of #F724DF
Black with #F724DF
Text Example
Text Example
White with #F724DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F724DF; }
p { color: rgb(247,36,223); }
H1.HeaderClassName
{
color: #F724DF;
}
.AnyTagClassName
{
color: #F724DF;
}
</style>
background-color css
<style>
a { background-color: #F724DF; }
a { background-color: rgb(247,36,223); }
div.DivClassName
{
background-color: #F724DF;
}
.BgClassName
{
background-color: #F724DF;
}
</style>
border-color css
<style>
span { border-color: #F724DF; }
span { border-color: rgb(247,36,223); }
td.TdClassName
{
border-color: #F724DF;
}
.TagClassName
{
border-color: #F724DF;
}
</style>