Shades of Razzle Dazzle Rose #F746BA
Tints of Razzle Dazzle Rose #F746BA
RGB
CMYK
RGB Variations
Color information
#F746BA (or 0xF746BA) is known color: Razzle Dazzle Rose. HEX triplet: F7, 46 and BA. RGB value is (247,70,186). Sum of RGB (Red+Green+Blue) = 247+70+186=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 70 (27.73% from 255 or 13.92% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F746BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F746BA is #08B945. Grayscale: #878787. Windows color (decimal): -571718 or 12207863. OLE color: 12207863.
HSL color Cylindrical-coordinate representation of color #F746BA: hue angle of 320.68º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F746BA is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 70 | 186 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.03 |
| HSL | 320.68º | 0.92% | 0.62% | - |
| HSV(B) | 320.68º | 0.72% | 0.97% | - |
| XYZ | 49.41 | 27.7 | 49.2 | - |
| YUV | 136.15 | 156.14 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 186 | 0 | 0.72 | 0.25 | 0.03 | 320.68 | 0.92 | 0.62 |
| Hex | F7 | 46 | BA | 0 | 48 | 19 | 3 | 141 | 5C | 3E |
| Octal | 367 | 106 | 272 | 0 | 110 | 31 | 3 | 501 | 134 | 76 |
| Binary | 11110111 | 1000110 | 10111010 | 0 | 1001000 | 11001 | 11 | 101000001 | 1011100 | 111110 |
Color Harmonies of #F746BA
Complementary color
Monochromatic Colors of #F746BA
Black with #F746BA
Text Example
Text Example
White with #F746BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F746BA; }
p { color: rgb(247,70,186); }
H1.HeaderClassName
{
color: #F746BA;
}
.AnyTagClassName
{
color: #F746BA;
}
</style>
background-color css
<style>
a { background-color: #F746BA; }
a { background-color: rgb(247,70,186); }
div.DivClassName
{
background-color: #F746BA;
}
.BgClassName
{
background-color: #F746BA;
}
</style>
border-color css
<style>
span { border-color: #F746BA; }
span { border-color: rgb(247,70,186); }
td.TdClassName
{
border-color: #F746BA;
}
.TagClassName
{
border-color: #F746BA;
}
</style>