Shades of Razzle Dazzle Rose #F737BA
Tints of Razzle Dazzle Rose #F737BA
RGB
CMYK
RGB Variations
Color information
#F737BA (or 0xF737BA) is known color: Razzle Dazzle Rose. HEX triplet: F7, 37 and BA. RGB value is (247,55,186). Sum of RGB (Red+Green+Blue) = 247+55+186=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 55 (21.88% from 255 or 11.27% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F737BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F737BA is #08C845. Grayscale: #7F7F7F. Windows color (decimal): -575558 or 12204023. OLE color: 12204023.
HSL color Cylindrical-coordinate representation of color #F737BA: hue angle of 319.06º 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 #F737BA is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 55 | 186 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.03 |
| HSL | 319.06º | 0.92% | 0.59% | - |
| HSV(B) | 319.06º | 0.78% | 0.97% | - |
| XYZ | 48.59 | 26.05 | 48.92 | - |
| YUV | 127.34 | 161.11 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 55 | 186 | 0 | 0.78 | 0.25 | 0.03 | 319.06 | 0.92 | 0.59 |
| Hex | F7 | 37 | BA | 0 | 4E | 19 | 3 | 13F | 5C | 3B |
| Octal | 367 | 67 | 272 | 0 | 116 | 31 | 3 | 477 | 134 | 73 |
| Binary | 11110111 | 110111 | 10111010 | 0 | 1001110 | 11001 | 11 | 100111111 | 1011100 | 111011 |
Color Harmonies of #F737BA
Complementary color
Monochromatic Colors of #F737BA
Black with #F737BA
Text Example
Text Example
White with #F737BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F737BA; }
p { color: rgb(247,55,186); }
H1.HeaderClassName
{
color: #F737BA;
}
.AnyTagClassName
{
color: #F737BA;
}
</style>
background-color css
<style>
a { background-color: #F737BA; }
a { background-color: rgb(247,55,186); }
div.DivClassName
{
background-color: #F737BA;
}
.BgClassName
{
background-color: #F737BA;
}
</style>
border-color css
<style>
span { border-color: #F737BA; }
span { border-color: rgb(247,55,186); }
td.TdClassName
{
border-color: #F737BA;
}
.TagClassName
{
border-color: #F737BA;
}
</style>