Shades of Razzle Dazzle Rose #F729D1
Tints of Razzle Dazzle Rose #F729D1
RGB
CMYK
RGB Variations
Color information
#F729D1 (or 0xF729D1) is known color: Razzle Dazzle Rose. HEX triplet: F7, 29 and D1. RGB value is (247,41,209). Sum of RGB (Red+Green+Blue) = 247+41+209=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 41 (16.41% from 255 or 8.25% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F729D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F729D1 is #08D62E. Grayscale: #797979. Windows color (decimal): -579119 or 13707767. OLE color: 13707767.
HSL color Cylindrical-coordinate representation of color #F729D1: hue angle of 311.07º 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 #F729D1 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 41 | 209 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.03 |
| HSL | 311.07º | 0.93% | 0.56% | - |
| HSV(B) | 311.07º | 0.83% | 0.97% | - |
| XYZ | 50.66 | 25.96 | 62.66 | - |
| YUV | 121.75 | 177.25 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 41 | 209 | 0 | 0.83 | 0.15 | 0.03 | 311.07 | 0.93 | 0.56 |
| Hex | F7 | 29 | D1 | 0 | 53 | F | 3 | 137 | 5D | 38 |
| Octal | 367 | 51 | 321 | 0 | 123 | 17 | 3 | 467 | 135 | 70 |
| Binary | 11110111 | 101001 | 11010001 | 0 | 1010011 | 1111 | 11 | 100110111 | 1011101 | 111000 |
Color Harmonies of #F729D1
Complementary color
Monochromatic Colors of #F729D1
Black with #F729D1
Text Example
Text Example
White with #F729D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F729D1; }
p { color: rgb(247,41,209); }
H1.HeaderClassName
{
color: #F729D1;
}
.AnyTagClassName
{
color: #F729D1;
}
</style>
background-color css
<style>
a { background-color: #F729D1; }
a { background-color: rgb(247,41,209); }
div.DivClassName
{
background-color: #F729D1;
}
.BgClassName
{
background-color: #F729D1;
}
</style>
border-color css
<style>
span { border-color: #F729D1; }
span { border-color: rgb(247,41,209); }
td.TdClassName
{
border-color: #F729D1;
}
.TagClassName
{
border-color: #F729D1;
}
</style>