Shades of Razzle Dazzle Rose #F721E5
Tints of Razzle Dazzle Rose #F721E5
RGB
CMYK
RGB Variations
Color information
#F721E5 (or 0xF721E5) is known color: Razzle Dazzle Rose. HEX triplet: F7, 21 and E5. RGB value is (247,33,229). Sum of RGB (Red+Green+Blue) = 247+33+229=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 33 (13.28% from 255 or 6.48% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F721E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F721E5 is #08DE1A. Grayscale: #767676. Windows color (decimal): -581147 or 15016439. OLE color: 15016439.
HSL color Cylindrical-coordinate representation of color #F721E5: hue angle of 305.05º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F721E5 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 33 | 229 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.03 |
| HSL | 305.05º | 0.93% | 0.55% | - |
| HSV(B) | 305.05º | 0.87% | 0.97% | - |
| XYZ | 53.04 | 26.52 | 76.45 | - |
| YUV | 119.33 | 189.9 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 33 | 229 | 0 | 0.87 | 0.07 | 0.03 | 305.05 | 0.93 | 0.55 |
| Hex | F7 | 21 | E5 | 0 | 57 | 7 | 3 | 131 | 5D | 37 |
| Octal | 367 | 41 | 345 | 0 | 127 | 7 | 3 | 461 | 135 | 67 |
| Binary | 11110111 | 100001 | 11100101 | 0 | 1010111 | 111 | 11 | 100110001 | 1011101 | 110111 |
Color Harmonies of #F721E5
Complementary color
Monochromatic Colors of #F721E5
Black with #F721E5
Text Example
Text Example
White with #F721E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F721E5; }
p { color: rgb(247,33,229); }
H1.HeaderClassName
{
color: #F721E5;
}
.AnyTagClassName
{
color: #F721E5;
}
</style>
background-color css
<style>
a { background-color: #F721E5; }
a { background-color: rgb(247,33,229); }
div.DivClassName
{
background-color: #F721E5;
}
.BgClassName
{
background-color: #F721E5;
}
</style>
border-color css
<style>
span { border-color: #F721E5; }
span { border-color: rgb(247,33,229); }
td.TdClassName
{
border-color: #F721E5;
}
.TagClassName
{
border-color: #F721E5;
}
</style>