Shades of Razzle Dazzle Rose #F729DB
Tints of Razzle Dazzle Rose #F729DB
RGB
CMYK
RGB Variations
Color information
#F729DB (or 0xF729DB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 29 and DB. RGB value is (247,41,219). Sum of RGB (Red+Green+Blue) = 247+41+219=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 41 (16.41% from 255 or 8.09% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F729DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F729DB is #08D624. Grayscale: #7A7A7A. Windows color (decimal): -579109 or 14363127. OLE color: 14363127.
HSL color Cylindrical-coordinate representation of color #F729DB: hue angle of 308.16º 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 #F729DB is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 41 | 219 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.03 |
| HSL | 308.16º | 0.93% | 0.56% | - |
| HSV(B) | 308.16º | 0.83% | 0.97% | - |
| XYZ | 51.94 | 26.47 | 69.39 | - |
| YUV | 122.89 | 182.25 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 41 | 219 | 0 | 0.83 | 0.11 | 0.03 | 308.16 | 0.93 | 0.56 |
| Hex | F7 | 29 | DB | 0 | 53 | B | 3 | 134 | 5D | 38 |
| Octal | 367 | 51 | 333 | 0 | 123 | 13 | 3 | 464 | 135 | 70 |
| Binary | 11110111 | 101001 | 11011011 | 0 | 1010011 | 1011 | 11 | 100110100 | 1011101 | 111000 |
Color Harmonies of #F729DB
Complementary color
Monochromatic Colors of #F729DB
Black with #F729DB
Text Example
Text Example
White with #F729DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F729DB; }
p { color: rgb(247,41,219); }
H1.HeaderClassName
{
color: #F729DB;
}
.AnyTagClassName
{
color: #F729DB;
}
</style>
background-color css
<style>
a { background-color: #F729DB; }
a { background-color: rgb(247,41,219); }
div.DivClassName
{
background-color: #F729DB;
}
.BgClassName
{
background-color: #F729DB;
}
</style>
border-color css
<style>
span { border-color: #F729DB; }
span { border-color: rgb(247,41,219); }
td.TdClassName
{
border-color: #F729DB;
}
.TagClassName
{
border-color: #F729DB;
}
</style>