Shades of Razzle Dazzle Rose #FA31BA
Tints of Razzle Dazzle Rose #FA31BA
RGB
CMYK
RGB Variations
Color information
#FA31BA (or 0xFA31BA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 31 and BA. RGB value is (250,49,186). Sum of RGB (Red+Green+Blue) = 250+49+186=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA31BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA31BA is #05CE45. Grayscale: #7C7C7C. Windows color (decimal): -380486 or 12202490. OLE color: 12202490.
HSL color Cylindrical-coordinate representation of color #FA31BA: hue angle of 319.1º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA31BA is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 186 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.02 |
| HSL | 319.1º | 0.95% | 0.59% | - |
| HSV(B) | 319.1º | 0.8% | 0.98% | - |
| XYZ | 49.39 | 26.07 | 48.88 | - |
| YUV | 124.72 | 162.59 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 186 | 0 | 0.80 | 0.26 | 0.02 | 319.1 | 0.95 | 0.59 |
| Hex | FA | 31 | BA | 0 | 50 | 1A | 2 | 13F | 5F | 3B |
| Octal | 372 | 61 | 272 | 0 | 120 | 32 | 2 | 477 | 137 | 73 |
| Binary | 11111010 | 110001 | 10111010 | 0 | 1010000 | 11010 | 10 | 100111111 | 1011111 | 111011 |
Color Harmonies of #FA31BA
Complementary color
Monochromatic Colors of #FA31BA
Black with #FA31BA
Text Example
Text Example
White with #FA31BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA31BA; }
p { color: rgb(250,49,186); }
H1.HeaderClassName
{
color: #FA31BA;
}
.AnyTagClassName
{
color: #FA31BA;
}
</style>
background-color css
<style>
a { background-color: #FA31BA; }
a { background-color: rgb(250,49,186); }
div.DivClassName
{
background-color: #FA31BA;
}
.BgClassName
{
background-color: #FA31BA;
}
</style>
border-color css
<style>
span { border-color: #FA31BA; }
span { border-color: rgb(250,49,186); }
td.TdClassName
{
border-color: #FA31BA;
}
.TagClassName
{
border-color: #FA31BA;
}
</style>