Shades of Razzle Dazzle Rose #F730C3
Tints of Razzle Dazzle Rose #F730C3
RGB
CMYK
RGB Variations
Color information
#F730C3 (or 0xF730C3) is known color: Razzle Dazzle Rose. HEX triplet: F7, 30 and C3. RGB value is (247,48,195). Sum of RGB (Red+Green+Blue) = 247+48+195=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 48 (19.14% from 255 or 9.80% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F730C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F730C3 is #08CF3C. Grayscale: #7B7B7B. Windows color (decimal): -577341 or 12792055. OLE color: 12792055.
HSL color Cylindrical-coordinate representation of color #F730C3: hue angle of 315.68º 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 #F730C3 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 195 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.03 |
| HSL | 315.68º | 0.93% | 0.58% | - |
| HSV(B) | 315.68º | 0.81% | 0.97% | - |
| XYZ | 49.27 | 25.83 | 54.02 | - |
| YUV | 124.26 | 167.93 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 195 | 0 | 0.81 | 0.21 | 0.03 | 315.68 | 0.93 | 0.58 |
| Hex | F7 | 30 | C3 | 0 | 51 | 15 | 3 | 13C | 5D | 3A |
| Octal | 367 | 60 | 303 | 0 | 121 | 25 | 3 | 474 | 135 | 72 |
| Binary | 11110111 | 110000 | 11000011 | 0 | 1010001 | 10101 | 11 | 100111100 | 1011101 | 111010 |
Color Harmonies of #F730C3
Complementary color
Monochromatic Colors of #F730C3
Black with #F730C3
Text Example
Text Example
White with #F730C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F730C3; }
p { color: rgb(247,48,195); }
H1.HeaderClassName
{
color: #F730C3;
}
.AnyTagClassName
{
color: #F730C3;
}
</style>
background-color css
<style>
a { background-color: #F730C3; }
a { background-color: rgb(247,48,195); }
div.DivClassName
{
background-color: #F730C3;
}
.BgClassName
{
background-color: #F730C3;
}
</style>
border-color css
<style>
span { border-color: #F730C3; }
span { border-color: rgb(247,48,195); }
td.TdClassName
{
border-color: #F730C3;
}
.TagClassName
{
border-color: #F730C3;
}
</style>