Shades of Razzle Dazzle Rose #F721EA
Tints of Razzle Dazzle Rose #F721EA
RGB
CMYK
RGB Variations
Color information
#F721EA (or 0xF721EA) is known color: Razzle Dazzle Rose. HEX triplet: F7, 21 and EA. RGB value is (247,33,234). Sum of RGB (Red+Green+Blue) = 247+33+234=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 33 (13.28% from 255 or 6.42% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F721EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F721EA is #08DE15. Grayscale: #777777. Windows color (decimal): -581142 or 15344119. OLE color: 15344119.
HSL color Cylindrical-coordinate representation of color #F721EA: hue angle of 303.64º 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 #F721EA is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 33 | 234 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.03 |
| HSL | 303.64º | 0.93% | 0.55% | - |
| HSV(B) | 303.64º | 0.87% | 0.97% | - |
| XYZ | 53.75 | 26.8 | 80.18 | - |
| YUV | 119.9 | 192.4 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 33 | 234 | 0 | 0.87 | 0.05 | 0.03 | 303.64 | 0.93 | 0.55 |
| Hex | F7 | 21 | EA | 0 | 57 | 5 | 3 | 130 | 5D | 37 |
| Octal | 367 | 41 | 352 | 0 | 127 | 5 | 3 | 460 | 135 | 67 |
| Binary | 11110111 | 100001 | 11101010 | 0 | 1010111 | 101 | 11 | 100110000 | 1011101 | 110111 |
Color Harmonies of #F721EA
Complementary color
Monochromatic Colors of #F721EA
Black with #F721EA
Text Example
Text Example
White with #F721EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F721EA; }
p { color: rgb(247,33,234); }
H1.HeaderClassName
{
color: #F721EA;
}
.AnyTagClassName
{
color: #F721EA;
}
</style>
background-color css
<style>
a { background-color: #F721EA; }
a { background-color: rgb(247,33,234); }
div.DivClassName
{
background-color: #F721EA;
}
.BgClassName
{
background-color: #F721EA;
}
</style>
border-color css
<style>
span { border-color: #F721EA; }
span { border-color: rgb(247,33,234); }
td.TdClassName
{
border-color: #F721EA;
}
.TagClassName
{
border-color: #F721EA;
}
</style>