Shades of Razzle Dazzle Rose #F730D5
Tints of Razzle Dazzle Rose #F730D5
RGB
CMYK
RGB Variations
Color information
#F730D5 (or 0xF730D5) is known color: Razzle Dazzle Rose. HEX triplet: F7, 30 and D5. RGB value is (247,48,213). Sum of RGB (Red+Green+Blue) = 247+48+213=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 48 (19.14% from 255 or 9.45% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F730D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F730D5 is #08CF2A. Grayscale: #7D7D7D. Windows color (decimal): -577323 or 13971703. OLE color: 13971703.
HSL color Cylindrical-coordinate representation of color #F730D5: hue angle of 310.25º 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 #F730D5 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 213 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.03 |
| HSL | 310.25º | 0.93% | 0.58% | - |
| HSV(B) | 310.25º | 0.81% | 0.97% | - |
| XYZ | 51.42 | 26.69 | 65.39 | - |
| YUV | 126.31 | 176.93 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 213 | 0 | 0.81 | 0.14 | 0.03 | 310.25 | 0.93 | 0.58 |
| Hex | F7 | 30 | D5 | 0 | 51 | E | 3 | 136 | 5D | 3A |
| Octal | 367 | 60 | 325 | 0 | 121 | 16 | 3 | 466 | 135 | 72 |
| Binary | 11110111 | 110000 | 11010101 | 0 | 1010001 | 1110 | 11 | 100110110 | 1011101 | 111010 |
Color Harmonies of #F730D5
Complementary color
Monochromatic Colors of #F730D5
Black with #F730D5
Text Example
Text Example
White with #F730D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F730D5; }
p { color: rgb(247,48,213); }
H1.HeaderClassName
{
color: #F730D5;
}
.AnyTagClassName
{
color: #F730D5;
}
</style>
background-color css
<style>
a { background-color: #F730D5; }
a { background-color: rgb(247,48,213); }
div.DivClassName
{
background-color: #F730D5;
}
.BgClassName
{
background-color: #F730D5;
}
</style>
border-color css
<style>
span { border-color: #F730D5; }
span { border-color: rgb(247,48,213); }
td.TdClassName
{
border-color: #F730D5;
}
.TagClassName
{
border-color: #F730D5;
}
</style>