Shades of Razzle Dazzle Rose #F721DF
Tints of Razzle Dazzle Rose #F721DF
RGB
CMYK
RGB Variations
Color information
#F721DF (or 0xF721DF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 21 and DF. RGB value is (247,33,223). Sum of RGB (Red+Green+Blue) = 247+33+223=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 33 (13.28% from 255 or 6.56% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F721DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F721DF is #08DE20. Grayscale: #767676. Windows color (decimal): -581153 or 14623223. OLE color: 14623223.
HSL color Cylindrical-coordinate representation of color #F721DF: hue angle of 306.73º 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 #F721DF is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 33 | 223 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.03 |
| HSL | 306.73º | 0.93% | 0.55% | - |
| HSV(B) | 306.73º | 0.87% | 0.97% | - |
| XYZ | 52.22 | 26.19 | 72.11 | - |
| YUV | 118.65 | 186.9 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 33 | 223 | 0 | 0.87 | 0.10 | 0.03 | 306.73 | 0.93 | 0.55 |
| Hex | F7 | 21 | DF | 0 | 57 | A | 3 | 133 | 5D | 37 |
| Octal | 367 | 41 | 337 | 0 | 127 | 12 | 3 | 463 | 135 | 67 |
| Binary | 11110111 | 100001 | 11011111 | 0 | 1010111 | 1010 | 11 | 100110011 | 1011101 | 110111 |
Color Harmonies of #F721DF
Complementary color
Monochromatic Colors of #F721DF
Black with #F721DF
Text Example
Text Example
White with #F721DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F721DF; }
p { color: rgb(247,33,223); }
H1.HeaderClassName
{
color: #F721DF;
}
.AnyTagClassName
{
color: #F721DF;
}
</style>
background-color css
<style>
a { background-color: #F721DF; }
a { background-color: rgb(247,33,223); }
div.DivClassName
{
background-color: #F721DF;
}
.BgClassName
{
background-color: #F721DF;
}
</style>
border-color css
<style>
span { border-color: #F721DF; }
span { border-color: rgb(247,33,223); }
td.TdClassName
{
border-color: #F721DF;
}
.TagClassName
{
border-color: #F721DF;
}
</style>