Shades of Razzle Dazzle Rose #F729C0
Tints of Razzle Dazzle Rose #F729C0
RGB
CMYK
RGB Variations
Color information
#F729C0 (or 0xF729C0) is known color: Razzle Dazzle Rose. HEX triplet: F7, 29 and C0. RGB value is (247,41,192). Sum of RGB (Red+Green+Blue) = 247+41+192=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 41 (16.41% from 255 or 8.54% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F729C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F729C0 is #08D63F. Grayscale: #777777. Windows color (decimal): -579136 or 12593655. OLE color: 12593655.
HSL color Cylindrical-coordinate representation of color #F729C0: hue angle of 316.02º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F729C0 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 41 | 192 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.03 |
| HSL | 316.02º | 0.93% | 0.56% | - |
| HSV(B) | 316.02º | 0.83% | 0.97% | - |
| XYZ | 48.67 | 25.17 | 52.16 | - |
| YUV | 119.81 | 168.75 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 41 | 192 | 0 | 0.83 | 0.22 | 0.03 | 316.02 | 0.93 | 0.56 |
| Hex | F7 | 29 | C0 | 0 | 53 | 16 | 3 | 13C | 5D | 38 |
| Octal | 367 | 51 | 300 | 0 | 123 | 26 | 3 | 474 | 135 | 70 |
| Binary | 11110111 | 101001 | 11000000 | 0 | 1010011 | 10110 | 11 | 100111100 | 1011101 | 111000 |
Color Harmonies of #F729C0
Complementary color
Monochromatic Colors of #F729C0
Black with #F729C0
Text Example
Text Example
White with #F729C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F729C0; }
p { color: rgb(247,41,192); }
H1.HeaderClassName
{
color: #F729C0;
}
.AnyTagClassName
{
color: #F729C0;
}
</style>
background-color css
<style>
a { background-color: #F729C0; }
a { background-color: rgb(247,41,192); }
div.DivClassName
{
background-color: #F729C0;
}
.BgClassName
{
background-color: #F729C0;
}
</style>
border-color css
<style>
span { border-color: #F729C0; }
span { border-color: rgb(247,41,192); }
td.TdClassName
{
border-color: #F729C0;
}
.TagClassName
{
border-color: #F729C0;
}
</style>