Shades of Razzle Dazzle Rose #F737C0
Tints of Razzle Dazzle Rose #F737C0
RGB
CMYK
RGB Variations
Color information
#F737C0 (or 0xF737C0) is known color: Razzle Dazzle Rose. HEX triplet: F7, 37 and C0. RGB value is (247,55,192). Sum of RGB (Red+Green+Blue) = 247+55+192=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 55 (21.88% from 255 or 11.13% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F737C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F737C0 is #08C83F. Grayscale: #7F7F7F. Windows color (decimal): -575552 or 12597239. OLE color: 12597239.
HSL color Cylindrical-coordinate representation of color #F737C0: hue angle of 317.19º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F737C0 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 55 | 192 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.03 |
| HSL | 317.19º | 0.92% | 0.59% | - |
| HSV(B) | 317.19º | 0.78% | 0.97% | - |
| XYZ | 49.24 | 26.31 | 52.35 | - |
| YUV | 128.03 | 164.11 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 55 | 192 | 0 | 0.78 | 0.22 | 0.03 | 317.19 | 0.92 | 0.59 |
| Hex | F7 | 37 | C0 | 0 | 4E | 16 | 3 | 13D | 5C | 3B |
| Octal | 367 | 67 | 300 | 0 | 116 | 26 | 3 | 475 | 134 | 73 |
| Binary | 11110111 | 110111 | 11000000 | 0 | 1001110 | 10110 | 11 | 100111101 | 1011100 | 111011 |
Color Harmonies of #F737C0
Complementary color
Monochromatic Colors of #F737C0
Black with #F737C0
Text Example
Text Example
White with #F737C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F737C0; }
p { color: rgb(247,55,192); }
H1.HeaderClassName
{
color: #F737C0;
}
.AnyTagClassName
{
color: #F737C0;
}
</style>
background-color css
<style>
a { background-color: #F737C0; }
a { background-color: rgb(247,55,192); }
div.DivClassName
{
background-color: #F737C0;
}
.BgClassName
{
background-color: #F737C0;
}
</style>
border-color css
<style>
span { border-color: #F737C0; }
span { border-color: rgb(247,55,192); }
td.TdClassName
{
border-color: #F737C0;
}
.TagClassName
{
border-color: #F737C0;
}
</style>