Shades of Razzle Dazzle Rose #F730D4
Tints of Razzle Dazzle Rose #F730D4
RGB
CMYK
RGB Variations
Color information
#F730D4 (or 0xF730D4) is known color: Razzle Dazzle Rose. HEX triplet: F7, 30 and D4. RGB value is (247,48,212). Sum of RGB (Red+Green+Blue) = 247+48+212=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 48 (19.14% from 255 or 9.47% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F730D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F730D4 is #08CF2B. Grayscale: #7D7D7D. Windows color (decimal): -577324 or 13906167. OLE color: 13906167.
HSL color Cylindrical-coordinate representation of color #F730D4: hue angle of 310.55º 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 #F730D4 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 212 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.03 |
| HSL | 310.55º | 0.93% | 0.58% | - |
| HSV(B) | 310.55º | 0.81% | 0.97% | - |
| XYZ | 51.3 | 26.64 | 64.73 | - |
| YUV | 126.2 | 176.43 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 212 | 0 | 0.81 | 0.14 | 0.03 | 310.55 | 0.93 | 0.58 |
| Hex | F7 | 30 | D4 | 0 | 51 | E | 3 | 137 | 5D | 3A |
| Octal | 367 | 60 | 324 | 0 | 121 | 16 | 3 | 467 | 135 | 72 |
| Binary | 11110111 | 110000 | 11010100 | 0 | 1010001 | 1110 | 11 | 100110111 | 1011101 | 111010 |
Color Harmonies of #F730D4
Complementary color
Monochromatic Colors of #F730D4
Black with #F730D4
Text Example
Text Example
White with #F730D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F730D4; }
p { color: rgb(247,48,212); }
H1.HeaderClassName
{
color: #F730D4;
}
.AnyTagClassName
{
color: #F730D4;
}
</style>
background-color css
<style>
a { background-color: #F730D4; }
a { background-color: rgb(247,48,212); }
div.DivClassName
{
background-color: #F730D4;
}
.BgClassName
{
background-color: #F730D4;
}
</style>
border-color css
<style>
span { border-color: #F730D4; }
span { border-color: rgb(247,48,212); }
td.TdClassName
{
border-color: #F730D4;
}
.TagClassName
{
border-color: #F730D4;
}
</style>