Shades of Razzle Dazzle Rose #F73DDB
Tints of Razzle Dazzle Rose #F73DDB
RGB
CMYK
RGB Variations
Color information
#F73DDB (or 0xF73DDB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 3D and DB. RGB value is (247,61,219). Sum of RGB (Red+Green+Blue) = 247+61+219=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 61 (24.22% from 255 or 11.57% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F73DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73DDB is #08C224. Grayscale: #868686. Windows color (decimal): -573989 or 14368247. OLE color: 14368247.
HSL color Cylindrical-coordinate representation of color #F73DDB: hue angle of 309.03º 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 #F73DDB is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 61 | 219 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.03 |
| HSL | 309.03º | 0.92% | 0.6% | - |
| HSV(B) | 309.03º | 0.75% | 0.97% | - |
| XYZ | 52.81 | 28.23 | 69.68 | - |
| YUV | 134.63 | 175.62 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 61 | 219 | 0 | 0.75 | 0.11 | 0.03 | 309.03 | 0.92 | 0.6 |
| Hex | F7 | 3D | DB | 0 | 4B | B | 3 | 135 | 5C | 3C |
| Octal | 367 | 75 | 333 | 0 | 113 | 13 | 3 | 465 | 134 | 74 |
| Binary | 11110111 | 111101 | 11011011 | 0 | 1001011 | 1011 | 11 | 100110101 | 1011100 | 111100 |
Color Harmonies of #F73DDB
Complementary color
Monochromatic Colors of #F73DDB
Black with #F73DDB
Text Example
Text Example
White with #F73DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73DDB; }
p { color: rgb(247,61,219); }
H1.HeaderClassName
{
color: #F73DDB;
}
.AnyTagClassName
{
color: #F73DDB;
}
</style>
background-color css
<style>
a { background-color: #F73DDB; }
a { background-color: rgb(247,61,219); }
div.DivClassName
{
background-color: #F73DDB;
}
.BgClassName
{
background-color: #F73DDB;
}
</style>
border-color css
<style>
span { border-color: #F73DDB; }
span { border-color: rgb(247,61,219); }
td.TdClassName
{
border-color: #F73DDB;
}
.TagClassName
{
border-color: #F73DDB;
}
</style>