Shades of Razzle Dazzle Rose #F724D0
Tints of Razzle Dazzle Rose #F724D0
RGB
CMYK
RGB Variations
Color information
#F724D0 (or 0xF724D0) is known color: Razzle Dazzle Rose. HEX triplet: F7, 24 and D0. RGB value is (247,36,208). Sum of RGB (Red+Green+Blue) = 247+36+208=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 36 (14.45% from 255 or 7.33% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F724D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F724D0 is #08DB2F. Grayscale: #767676. Windows color (decimal): -580400 or 13640951. OLE color: 13640951.
HSL color Cylindrical-coordinate representation of color #F724D0: hue angle of 311.09º 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 #F724D0 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 36 | 208 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.03 |
| HSL | 311.09º | 0.93% | 0.55% | - |
| HSV(B) | 311.09º | 0.85% | 0.97% | - |
| XYZ | 50.37 | 25.59 | 61.96 | - |
| YUV | 118.7 | 178.4 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 36 | 208 | 0 | 0.85 | 0.16 | 0.03 | 311.09 | 0.93 | 0.55 |
| Hex | F7 | 24 | D0 | 0 | 55 | 10 | 3 | 137 | 5D | 37 |
| Octal | 367 | 44 | 320 | 0 | 125 | 20 | 3 | 467 | 135 | 67 |
| Binary | 11110111 | 100100 | 11010000 | 0 | 1010101 | 10000 | 11 | 100110111 | 1011101 | 110111 |
Color Harmonies of #F724D0
Complementary color
Monochromatic Colors of #F724D0
Black with #F724D0
Text Example
Text Example
White with #F724D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F724D0; }
p { color: rgb(247,36,208); }
H1.HeaderClassName
{
color: #F724D0;
}
.AnyTagClassName
{
color: #F724D0;
}
</style>
background-color css
<style>
a { background-color: #F724D0; }
a { background-color: rgb(247,36,208); }
div.DivClassName
{
background-color: #F724D0;
}
.BgClassName
{
background-color: #F724D0;
}
</style>
border-color css
<style>
span { border-color: #F724D0; }
span { border-color: rgb(247,36,208); }
td.TdClassName
{
border-color: #F724D0;
}
.TagClassName
{
border-color: #F724D0;
}
</style>