Shades of Razzle Dazzle Rose #F730DB
Tints of Razzle Dazzle Rose #F730DB
RGB
CMYK
RGB Variations
Color information
#F730DB (or 0xF730DB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 30 and DB. RGB value is (247,48,219). Sum of RGB (Red+Green+Blue) = 247+48+219=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 48 (19.14% from 255 or 9.34% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F730DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F730DB is #08CF24. Grayscale: #7E7E7E. Windows color (decimal): -577317 or 14364919. OLE color: 14364919.
HSL color Cylindrical-coordinate representation of color #F730DB: hue angle of 308.44º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F730DB is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 219 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.03 |
| HSL | 308.44º | 0.93% | 0.58% | - |
| HSV(B) | 308.44º | 0.81% | 0.97% | - |
| XYZ | 52.2 | 27 | 69.48 | - |
| YUV | 127 | 179.93 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 219 | 0 | 0.81 | 0.11 | 0.03 | 308.44 | 0.93 | 0.58 |
| Hex | F7 | 30 | DB | 0 | 51 | B | 3 | 134 | 5D | 3A |
| Octal | 367 | 60 | 333 | 0 | 121 | 13 | 3 | 464 | 135 | 72 |
| Binary | 11110111 | 110000 | 11011011 | 0 | 1010001 | 1011 | 11 | 100110100 | 1011101 | 111010 |
Color Harmonies of #F730DB
Complementary color
Monochromatic Colors of #F730DB
Black with #F730DB
Text Example
Text Example
White with #F730DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F730DB; }
p { color: rgb(247,48,219); }
H1.HeaderClassName
{
color: #F730DB;
}
.AnyTagClassName
{
color: #F730DB;
}
</style>
background-color css
<style>
a { background-color: #F730DB; }
a { background-color: rgb(247,48,219); }
div.DivClassName
{
background-color: #F730DB;
}
.BgClassName
{
background-color: #F730DB;
}
</style>
border-color css
<style>
span { border-color: #F730DB; }
span { border-color: rgb(247,48,219); }
td.TdClassName
{
border-color: #F730DB;
}
.TagClassName
{
border-color: #F730DB;
}
</style>