Shades of Razzle Dazzle Rose #F730E6
Tints of Razzle Dazzle Rose #F730E6
RGB
CMYK
RGB Variations
Color information
#F730E6 (or 0xF730E6) is known color: Razzle Dazzle Rose. HEX triplet: F7, 30 and E6. RGB value is (247,48,230). Sum of RGB (Red+Green+Blue) = 247+48+230=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 48 (19.14% from 255 or 9.14% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F730E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F730E6 is #08CF19. Grayscale: #7F7F7F. Windows color (decimal): -577306 or 15085815. OLE color: 15085815.
HSL color Cylindrical-coordinate representation of color #F730E6: hue angle of 305.13º 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 #F730E6 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 230 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.03 |
| HSL | 305.13º | 0.93% | 0.58% | - |
| HSV(B) | 305.13º | 0.81% | 0.97% | - |
| XYZ | 53.7 | 27.6 | 77.36 | - |
| YUV | 128.25 | 185.43 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 230 | 0 | 0.81 | 0.07 | 0.03 | 305.13 | 0.93 | 0.58 |
| Hex | F7 | 30 | E6 | 0 | 51 | 7 | 3 | 131 | 5D | 3A |
| Octal | 367 | 60 | 346 | 0 | 121 | 7 | 3 | 461 | 135 | 72 |
| Binary | 11110111 | 110000 | 11100110 | 0 | 1010001 | 111 | 11 | 100110001 | 1011101 | 111010 |
Color Harmonies of #F730E6
Complementary color
Monochromatic Colors of #F730E6
Black with #F730E6
Text Example
Text Example
White with #F730E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F730E6; }
p { color: rgb(247,48,230); }
H1.HeaderClassName
{
color: #F730E6;
}
.AnyTagClassName
{
color: #F730E6;
}
</style>
background-color css
<style>
a { background-color: #F730E6; }
a { background-color: rgb(247,48,230); }
div.DivClassName
{
background-color: #F730E6;
}
.BgClassName
{
background-color: #F730E6;
}
</style>
border-color css
<style>
span { border-color: #F730E6; }
span { border-color: rgb(247,48,230); }
td.TdClassName
{
border-color: #F730E6;
}
.TagClassName
{
border-color: #F730E6;
}
</style>