Shades of Razzle Dazzle Rose #F726ED
Tints of Razzle Dazzle Rose #F726ED
RGB
CMYK
RGB Variations
Color information
#F726ED (or 0xF726ED) is known color: Razzle Dazzle Rose. HEX triplet: F7, 26 and ED. RGB value is (247,38,237). Sum of RGB (Red+Green+Blue) = 247+38+237=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 38 (15.23% from 255 or 7.28% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 247 - color contains mainly: red. Hex color #F726ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F726ED is #08D912. Grayscale: #7A7A7A. Windows color (decimal): -579859 or 15542007. OLE color: 15542007.
HSL color Cylindrical-coordinate representation of color #F726ED: hue angle of 302.87º 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 #F726ED is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 237 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.03 |
| HSL | 302.87º | 0.93% | 0.56% | - |
| HSV(B) | 302.87º | 0.85% | 0.97% | - |
| XYZ | 54.34 | 27.27 | 82.52 | - |
| YUV | 123.18 | 192.24 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 237 | 0 | 0.85 | 0.04 | 0.03 | 302.87 | 0.93 | 0.56 |
| Hex | F7 | 26 | ED | 0 | 55 | 4 | 3 | 12F | 5D | 38 |
| Octal | 367 | 46 | 355 | 0 | 125 | 4 | 3 | 457 | 135 | 70 |
| Binary | 11110111 | 100110 | 11101101 | 0 | 1010101 | 100 | 11 | 100101111 | 1011101 | 111000 |
Color Harmonies of #F726ED
Complementary color
Monochromatic Colors of #F726ED
Black with #F726ED
Text Example
Text Example
White with #F726ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F726ED; }
p { color: rgb(247,38,237); }
H1.HeaderClassName
{
color: #F726ED;
}
.AnyTagClassName
{
color: #F726ED;
}
</style>
background-color css
<style>
a { background-color: #F726ED; }
a { background-color: rgb(247,38,237); }
div.DivClassName
{
background-color: #F726ED;
}
.BgClassName
{
background-color: #F726ED;
}
</style>
border-color css
<style>
span { border-color: #F726ED; }
span { border-color: rgb(247,38,237); }
td.TdClassName
{
border-color: #F726ED;
}
.TagClassName
{
border-color: #F726ED;
}
</style>