Shades of Razzle Dazzle Rose #F73DDD
Tints of Razzle Dazzle Rose #F73DDD
RGB
CMYK
RGB Variations
Color information
#F73DDD (or 0xF73DDD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3D and DD. RGB value is (247,61,221). Sum of RGB (Red+Green+Blue) = 247+61+221=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 61 (24.22% from 255 or 11.53% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F73DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73DDD is #08C222. Grayscale: #868686. Windows color (decimal): -573987 or 14499319. OLE color: 14499319.
HSL color Cylindrical-coordinate representation of color #F73DDD: hue angle of 308.39º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F73DDD is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 61 | 221 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.03 |
| HSL | 308.39º | 0.92% | 0.6% | - |
| HSV(B) | 308.39º | 0.75% | 0.97% | - |
| XYZ | 53.08 | 28.33 | 71.08 | - |
| YUV | 134.85 | 176.62 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 61 | 221 | 0 | 0.75 | 0.11 | 0.03 | 308.39 | 0.92 | 0.6 |
| Hex | F7 | 3D | DD | 0 | 4B | B | 3 | 134 | 5C | 3C |
| Octal | 367 | 75 | 335 | 0 | 113 | 13 | 3 | 464 | 134 | 74 |
| Binary | 11110111 | 111101 | 11011101 | 0 | 1001011 | 1011 | 11 | 100110100 | 1011100 | 111100 |
Color Harmonies of #F73DDD
Complementary color
Monochromatic Colors of #F73DDD
Black with #F73DDD
Text Example
Text Example
White with #F73DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73DDD; }
p { color: rgb(247,61,221); }
H1.HeaderClassName
{
color: #F73DDD;
}
.AnyTagClassName
{
color: #F73DDD;
}
</style>
background-color css
<style>
a { background-color: #F73DDD; }
a { background-color: rgb(247,61,221); }
div.DivClassName
{
background-color: #F73DDD;
}
.BgClassName
{
background-color: #F73DDD;
}
</style>
border-color css
<style>
span { border-color: #F73DDD; }
span { border-color: rgb(247,61,221); }
td.TdClassName
{
border-color: #F73DDD;
}
.TagClassName
{
border-color: #F73DDD;
}
</style>