Shades of Razzle Dazzle Rose #F730DC
Tints of Razzle Dazzle Rose #F730DC
RGB
CMYK
RGB Variations
Color information
#F730DC (or 0xF730DC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 30 and DC. RGB value is (247,48,220). Sum of RGB (Red+Green+Blue) = 247+48+220=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 48 (19.14% from 255 or 9.32% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F730DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F730DC is #08CF23. Grayscale: #7E7E7E. Windows color (decimal): -577316 or 14430455. OLE color: 14430455.
HSL color Cylindrical-coordinate representation of color #F730DC: hue angle of 308.14º 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 #F730DC is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 220 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.03 |
| HSL | 308.14º | 0.93% | 0.58% | - |
| HSV(B) | 308.14º | 0.81% | 0.97% | - |
| XYZ | 52.33 | 27.06 | 70.17 | - |
| YUV | 127.11 | 180.43 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 220 | 0 | 0.81 | 0.11 | 0.03 | 308.14 | 0.93 | 0.58 |
| Hex | F7 | 30 | DC | 0 | 51 | B | 3 | 134 | 5D | 3A |
| Octal | 367 | 60 | 334 | 0 | 121 | 13 | 3 | 464 | 135 | 72 |
| Binary | 11110111 | 110000 | 11011100 | 0 | 1010001 | 1011 | 11 | 100110100 | 1011101 | 111010 |
Color Harmonies of #F730DC
Complementary color
Monochromatic Colors of #F730DC
Black with #F730DC
Text Example
Text Example
White with #F730DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F730DC; }
p { color: rgb(247,48,220); }
H1.HeaderClassName
{
color: #F730DC;
}
.AnyTagClassName
{
color: #F730DC;
}
</style>
background-color css
<style>
a { background-color: #F730DC; }
a { background-color: rgb(247,48,220); }
div.DivClassName
{
background-color: #F730DC;
}
.BgClassName
{
background-color: #F730DC;
}
</style>
border-color css
<style>
span { border-color: #F730DC; }
span { border-color: rgb(247,48,220); }
td.TdClassName
{
border-color: #F730DC;
}
.TagClassName
{
border-color: #F730DC;
}
</style>