Shades of Razzle Dazzle Rose #F726D0
Tints of Razzle Dazzle Rose #F726D0
RGB
CMYK
RGB Variations
Color information
#F726D0 (or 0xF726D0) is known color: Razzle Dazzle Rose. HEX triplet: F7, 26 and D0. RGB value is (247,38,208). Sum of RGB (Red+Green+Blue) = 247+38+208=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 38 (15.23% from 255 or 7.71% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F726D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F726D0 is #08D92F. Grayscale: #777777. Windows color (decimal): -579888 or 13641463. OLE color: 13641463.
HSL color Cylindrical-coordinate representation of color #F726D0: hue angle of 311.2º 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 #F726D0 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 208 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.03 |
| HSL | 311.2º | 0.93% | 0.56% | - |
| HSV(B) | 311.2º | 0.85% | 0.97% | - |
| XYZ | 50.44 | 25.71 | 61.98 | - |
| YUV | 119.87 | 177.74 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 208 | 0 | 0.85 | 0.16 | 0.03 | 311.2 | 0.93 | 0.56 |
| Hex | F7 | 26 | D0 | 0 | 55 | 10 | 3 | 137 | 5D | 38 |
| Octal | 367 | 46 | 320 | 0 | 125 | 20 | 3 | 467 | 135 | 70 |
| Binary | 11110111 | 100110 | 11010000 | 0 | 1010101 | 10000 | 11 | 100110111 | 1011101 | 111000 |
Color Harmonies of #F726D0
Complementary color
Monochromatic Colors of #F726D0
Black with #F726D0
Text Example
Text Example
White with #F726D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F726D0; }
p { color: rgb(247,38,208); }
H1.HeaderClassName
{
color: #F726D0;
}
.AnyTagClassName
{
color: #F726D0;
}
</style>
background-color css
<style>
a { background-color: #F726D0; }
a { background-color: rgb(247,38,208); }
div.DivClassName
{
background-color: #F726D0;
}
.BgClassName
{
background-color: #F726D0;
}
</style>
border-color css
<style>
span { border-color: #F726D0; }
span { border-color: rgb(247,38,208); }
td.TdClassName
{
border-color: #F726D0;
}
.TagClassName
{
border-color: #F726D0;
}
</style>