Shades of Razzle Dazzle Rose #F726D7
Tints of Razzle Dazzle Rose #F726D7
RGB
CMYK
RGB Variations
Color information
#F726D7 (or 0xF726D7) is known color: Razzle Dazzle Rose. HEX triplet: F7, 26 and D7. RGB value is (247,38,215). Sum of RGB (Red+Green+Blue) = 247+38+215=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 38 (15.23% from 255 or 7.6% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F726D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F726D7 is #08D928. Grayscale: #787878. Windows color (decimal): -579881 or 14100215. OLE color: 14100215.
HSL color Cylindrical-coordinate representation of color #F726D7: hue angle of 309.19º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F726D7 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 215 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.03 |
| HSL | 309.19º | 0.93% | 0.56% | - |
| HSV(B) | 309.19º | 0.85% | 0.97% | - |
| XYZ | 51.32 | 26.07 | 66.62 | - |
| YUV | 120.67 | 181.24 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 215 | 0 | 0.85 | 0.13 | 0.03 | 309.19 | 0.93 | 0.56 |
| Hex | F7 | 26 | D7 | 0 | 55 | D | 3 | 135 | 5D | 38 |
| Octal | 367 | 46 | 327 | 0 | 125 | 15 | 3 | 465 | 135 | 70 |
| Binary | 11110111 | 100110 | 11010111 | 0 | 1010101 | 1101 | 11 | 100110101 | 1011101 | 111000 |
Color Harmonies of #F726D7
Complementary color
Monochromatic Colors of #F726D7
Black with #F726D7
Text Example
Text Example
White with #F726D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F726D7; }
p { color: rgb(247,38,215); }
H1.HeaderClassName
{
color: #F726D7;
}
.AnyTagClassName
{
color: #F726D7;
}
</style>
background-color css
<style>
a { background-color: #F726D7; }
a { background-color: rgb(247,38,215); }
div.DivClassName
{
background-color: #F726D7;
}
.BgClassName
{
background-color: #F726D7;
}
</style>
border-color css
<style>
span { border-color: #F726D7; }
span { border-color: rgb(247,38,215); }
td.TdClassName
{
border-color: #F726D7;
}
.TagClassName
{
border-color: #F726D7;
}
</style>