Shades of Razzle Dazzle Rose #F73DB9
Tints of Razzle Dazzle Rose #F73DB9
RGB
CMYK
RGB Variations
Color information
#F73DB9 (or 0xF73DB9) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3D and B9. RGB value is (247,61,185). Sum of RGB (Red+Green+Blue) = 247+61+185=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 61 (24.22% from 255 or 12.37% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F73DB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73DB9 is #08C246. Grayscale: #828282. Windows color (decimal): -574023 or 12140023. OLE color: 12140023.
HSL color Cylindrical-coordinate representation of color #F73DB9: hue angle of 320º 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 #F73DB9 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 61 | 185 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.03 |
| HSL | 320º | 0.92% | 0.6% | - |
| HSV(B) | 320º | 0.75% | 0.97% | - |
| XYZ | 48.78 | 26.61 | 48.46 | - |
| YUV | 130.75 | 158.62 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 61 | 185 | 0 | 0.75 | 0.25 | 0.03 | 320 | 0.92 | 0.6 |
| Hex | F7 | 3D | B9 | 0 | 4B | 19 | 3 | 140 | 5C | 3C |
| Octal | 367 | 75 | 271 | 0 | 113 | 31 | 3 | 500 | 134 | 74 |
| Binary | 11110111 | 111101 | 10111001 | 0 | 1001011 | 11001 | 11 | 101000000 | 1011100 | 111100 |
Color Harmonies of #F73DB9
Complementary color
Monochromatic Colors of #F73DB9
Black with #F73DB9
Text Example
Text Example
White with #F73DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73DB9; }
p { color: rgb(247,61,185); }
H1.HeaderClassName
{
color: #F73DB9;
}
.AnyTagClassName
{
color: #F73DB9;
}
</style>
background-color css
<style>
a { background-color: #F73DB9; }
a { background-color: rgb(247,61,185); }
div.DivClassName
{
background-color: #F73DB9;
}
.BgClassName
{
background-color: #F73DB9;
}
</style>
border-color css
<style>
span { border-color: #F73DB9; }
span { border-color: rgb(247,61,185); }
td.TdClassName
{
border-color: #F73DB9;
}
.TagClassName
{
border-color: #F73DB9;
}
</style>