Shades of Razzle Dazzle Rose #F724EA
Tints of Razzle Dazzle Rose #F724EA
RGB
CMYK
RGB Variations
Color information
#F724EA (or 0xF724EA) is known color: Razzle Dazzle Rose. HEX triplet: F7, 24 and EA. RGB value is (247,36,234). Sum of RGB (Red+Green+Blue) = 247+36+234=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 36 (14.45% from 255 or 6.96% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 247 - color contains mainly: red. Hex color #F724EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F724EA is #08DB15. Grayscale: #797979. Windows color (decimal): -580374 or 15344887. OLE color: 15344887.
HSL color Cylindrical-coordinate representation of color #F724EA: hue angle of 303.7º 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 #F724EA is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 36 | 234 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.03 |
| HSL | 303.7º | 0.93% | 0.55% | - |
| HSV(B) | 303.7º | 0.85% | 0.97% | - |
| XYZ | 53.84 | 26.98 | 80.21 | - |
| YUV | 121.66 | 191.4 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 36 | 234 | 0 | 0.85 | 0.05 | 0.03 | 303.7 | 0.93 | 0.55 |
| Hex | F7 | 24 | EA | 0 | 55 | 5 | 3 | 130 | 5D | 37 |
| Octal | 367 | 44 | 352 | 0 | 125 | 5 | 3 | 460 | 135 | 67 |
| Binary | 11110111 | 100100 | 11101010 | 0 | 1010101 | 101 | 11 | 100110000 | 1011101 | 110111 |
Color Harmonies of #F724EA
Complementary color
Monochromatic Colors of #F724EA
Black with #F724EA
Text Example
Text Example
White with #F724EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F724EA; }
p { color: rgb(247,36,234); }
H1.HeaderClassName
{
color: #F724EA;
}
.AnyTagClassName
{
color: #F724EA;
}
</style>
background-color css
<style>
a { background-color: #F724EA; }
a { background-color: rgb(247,36,234); }
div.DivClassName
{
background-color: #F724EA;
}
.BgClassName
{
background-color: #F724EA;
}
</style>
border-color css
<style>
span { border-color: #F724EA; }
span { border-color: rgb(247,36,234); }
td.TdClassName
{
border-color: #F724EA;
}
.TagClassName
{
border-color: #F724EA;
}
</style>