Shades of Razzle Dazzle Rose #F331BA
Tints of Razzle Dazzle Rose #F331BA
RGB
CMYK
RGB Variations
Color information
#F331BA (or 0xF331BA) is known color: Razzle Dazzle Rose. HEX triplet: F3, 31 and BA. RGB value is (243,49,186). Sum of RGB (Red+Green+Blue) = 243+49+186=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F331BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F331BA is #0CCE45. Grayscale: #7A7A7A. Windows color (decimal): -839238 or 12202483. OLE color: 12202483.
HSL color Cylindrical-coordinate representation of color #F331BA: hue angle of 317.63º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F331BA is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 186 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.05 |
| HSL | 317.63º | 0.89% | 0.57% | - |
| HSV(B) | 317.63º | 0.8% | 0.95% | - |
| XYZ | 46.92 | 24.8 | 48.77 | - |
| YUV | 122.62 | 163.77 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 186 | 0 | 0.80 | 0.23 | 0.05 | 317.63 | 0.89 | 0.57 |
| Hex | F3 | 31 | BA | 0 | 50 | 17 | 5 | 13E | 59 | 39 |
| Octal | 363 | 61 | 272 | 0 | 120 | 27 | 5 | 476 | 131 | 71 |
| Binary | 11110011 | 110001 | 10111010 | 0 | 1010000 | 10111 | 101 | 100111110 | 1011001 | 111001 |
Color Harmonies of #F331BA
Complementary color
Monochromatic Colors of #F331BA
Black with #F331BA
Text Example
Text Example
White with #F331BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F331BA; }
p { color: rgb(243,49,186); }
H1.HeaderClassName
{
color: #F331BA;
}
.AnyTagClassName
{
color: #F331BA;
}
</style>
background-color css
<style>
a { background-color: #F331BA; }
a { background-color: rgb(243,49,186); }
div.DivClassName
{
background-color: #F331BA;
}
.BgClassName
{
background-color: #F331BA;
}
</style>
border-color css
<style>
span { border-color: #F331BA; }
span { border-color: rgb(243,49,186); }
td.TdClassName
{
border-color: #F331BA;
}
.TagClassName
{
border-color: #F331BA;
}
</style>