Shades of Razzle Dazzle Rose #F730BA
Tints of Razzle Dazzle Rose #F730BA
RGB
CMYK
RGB Variations
Color information
#F730BA (or 0xF730BA) is known color: Razzle Dazzle Rose. HEX triplet: F7, 30 and BA. RGB value is (247,48,186). Sum of RGB (Red+Green+Blue) = 247+48+186=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F730BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F730BA is #08CF45. Grayscale: #7A7A7A. Windows color (decimal): -577350 or 12202231. OLE color: 12202231.
HSL color Cylindrical-coordinate representation of color #F730BA: hue angle of 318.39º 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 #F730BA is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 186 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.03 |
| HSL | 318.39º | 0.93% | 0.58% | - |
| HSV(B) | 318.39º | 0.81% | 0.97% | - |
| XYZ | 48.28 | 25.43 | 48.82 | - |
| YUV | 123.23 | 163.43 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 186 | 0 | 0.81 | 0.25 | 0.03 | 318.39 | 0.93 | 0.58 |
| Hex | F7 | 30 | BA | 0 | 51 | 19 | 3 | 13E | 5D | 3A |
| Octal | 367 | 60 | 272 | 0 | 121 | 31 | 3 | 476 | 135 | 72 |
| Binary | 11110111 | 110000 | 10111010 | 0 | 1010001 | 11001 | 11 | 100111110 | 1011101 | 111010 |
Color Harmonies of #F730BA
Complementary color
Monochromatic Colors of #F730BA
Black with #F730BA
Text Example
Text Example
White with #F730BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F730BA; }
p { color: rgb(247,48,186); }
H1.HeaderClassName
{
color: #F730BA;
}
.AnyTagClassName
{
color: #F730BA;
}
</style>
background-color css
<style>
a { background-color: #F730BA; }
a { background-color: rgb(247,48,186); }
div.DivClassName
{
background-color: #F730BA;
}
.BgClassName
{
background-color: #F730BA;
}
</style>
border-color css
<style>
span { border-color: #F730BA; }
span { border-color: rgb(247,48,186); }
td.TdClassName
{
border-color: #F730BA;
}
.TagClassName
{
border-color: #F730BA;
}
</style>