Shades of Razzle Dazzle Rose #F631BA
Tints of Razzle Dazzle Rose #F631BA
RGB
CMYK
RGB Variations
Color information
#F631BA (or 0xF631BA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 31 and BA. RGB value is (246,49,186). Sum of RGB (Red+Green+Blue) = 246+49+186=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F631BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F631BA is #09CE45. Grayscale: #7B7B7B. Windows color (decimal): -642630 or 12202486. OLE color: 12202486.
HSL color Cylindrical-coordinate representation of color #F631BA: hue angle of 318.27º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F631BA is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 186 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.04 |
| HSL | 318.27º | 0.92% | 0.58% | - |
| HSV(B) | 318.27º | 0.8% | 0.96% | - |
| XYZ | 47.97 | 25.33 | 48.82 | - |
| YUV | 123.52 | 163.27 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 186 | 0 | 0.80 | 0.24 | 0.04 | 318.27 | 0.92 | 0.58 |
| Hex | F6 | 31 | BA | 0 | 50 | 18 | 4 | 13E | 5C | 3A |
| Octal | 366 | 61 | 272 | 0 | 120 | 30 | 4 | 476 | 134 | 72 |
| Binary | 11110110 | 110001 | 10111010 | 0 | 1010000 | 11000 | 100 | 100111110 | 1011100 | 111010 |
Color Harmonies of #F631BA
Complementary color
Monochromatic Colors of #F631BA
Black with #F631BA
Text Example
Text Example
White with #F631BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F631BA; }
p { color: rgb(246,49,186); }
H1.HeaderClassName
{
color: #F631BA;
}
.AnyTagClassName
{
color: #F631BA;
}
</style>
background-color css
<style>
a { background-color: #F631BA; }
a { background-color: rgb(246,49,186); }
div.DivClassName
{
background-color: #F631BA;
}
.BgClassName
{
background-color: #F631BA;
}
</style>
border-color css
<style>
span { border-color: #F631BA; }
span { border-color: rgb(246,49,186); }
td.TdClassName
{
border-color: #F631BA;
}
.TagClassName
{
border-color: #F631BA;
}
</style>