Shades of Razzle Dazzle Rose #F730C8
Tints of Razzle Dazzle Rose #F730C8
RGB
CMYK
RGB Variations
Color information
#F730C8 (or 0xF730C8) is known color: Razzle Dazzle Rose. HEX triplet: F7, 30 and C8. RGB value is (247,48,200). Sum of RGB (Red+Green+Blue) = 247+48+200=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 48 (19.14% from 255 or 9.70% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F730C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F730C8 is #08CF37. Grayscale: #7C7C7C. Windows color (decimal): -577336 or 13119735. OLE color: 13119735.
HSL color Cylindrical-coordinate representation of color #F730C8: hue angle of 314.17º 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 #F730C8 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 200 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.03 |
| HSL | 314.17º | 0.93% | 0.58% | - |
| HSV(B) | 314.17º | 0.81% | 0.97% | - |
| XYZ | 49.84 | 26.06 | 57.05 | - |
| YUV | 124.83 | 170.43 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 200 | 0 | 0.81 | 0.19 | 0.03 | 314.17 | 0.93 | 0.58 |
| Hex | F7 | 30 | C8 | 0 | 51 | 13 | 3 | 13A | 5D | 3A |
| Octal | 367 | 60 | 310 | 0 | 121 | 23 | 3 | 472 | 135 | 72 |
| Binary | 11110111 | 110000 | 11001000 | 0 | 1010001 | 10011 | 11 | 100111010 | 1011101 | 111010 |
Color Harmonies of #F730C8
Complementary color
Monochromatic Colors of #F730C8
Black with #F730C8
Text Example
Text Example
White with #F730C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F730C8; }
p { color: rgb(247,48,200); }
H1.HeaderClassName
{
color: #F730C8;
}
.AnyTagClassName
{
color: #F730C8;
}
</style>
background-color css
<style>
a { background-color: #F730C8; }
a { background-color: rgb(247,48,200); }
div.DivClassName
{
background-color: #F730C8;
}
.BgClassName
{
background-color: #F730C8;
}
</style>
border-color css
<style>
span { border-color: #F730C8; }
span { border-color: rgb(247,48,200); }
td.TdClassName
{
border-color: #F730C8;
}
.TagClassName
{
border-color: #F730C8;
}
</style>