Shades of Razzle Dazzle Rose #F730DD
Tints of Razzle Dazzle Rose #F730DD
RGB
CMYK
RGB Variations
Color information
#F730DD (or 0xF730DD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 30 and DD. RGB value is (247,48,221). Sum of RGB (Red+Green+Blue) = 247+48+221=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 48 (19.14% from 255 or 9.30% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F730DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F730DD is #08CF22. Grayscale: #7E7E7E. Windows color (decimal): -577315 or 14495991. OLE color: 14495991.
HSL color Cylindrical-coordinate representation of color #F730DD: hue angle of 307.84º 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 #F730DD is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 221 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.03 |
| HSL | 307.84º | 0.93% | 0.58% | - |
| HSV(B) | 307.84º | 0.81% | 0.97% | - |
| XYZ | 52.47 | 27.11 | 70.87 | - |
| YUV | 127.22 | 180.93 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 221 | 0 | 0.81 | 0.11 | 0.03 | 307.84 | 0.93 | 0.58 |
| Hex | F7 | 30 | DD | 0 | 51 | B | 3 | 134 | 5D | 3A |
| Octal | 367 | 60 | 335 | 0 | 121 | 13 | 3 | 464 | 135 | 72 |
| Binary | 11110111 | 110000 | 11011101 | 0 | 1010001 | 1011 | 11 | 100110100 | 1011101 | 111010 |
Color Harmonies of #F730DD
Complementary color
Monochromatic Colors of #F730DD
Black with #F730DD
Text Example
Text Example
White with #F730DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F730DD; }
p { color: rgb(247,48,221); }
H1.HeaderClassName
{
color: #F730DD;
}
.AnyTagClassName
{
color: #F730DD;
}
</style>
background-color css
<style>
a { background-color: #F730DD; }
a { background-color: rgb(247,48,221); }
div.DivClassName
{
background-color: #F730DD;
}
.BgClassName
{
background-color: #F730DD;
}
</style>
border-color css
<style>
span { border-color: #F730DD; }
span { border-color: rgb(247,48,221); }
td.TdClassName
{
border-color: #F730DD;
}
.TagClassName
{
border-color: #F730DD;
}
</style>