Shades of Razzle Dazzle Rose #FA33BA
Tints of Razzle Dazzle Rose #FA33BA
RGB
CMYK
RGB Variations
Color information
#FA33BA (or 0xFA33BA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 33 and BA. RGB value is (250,51,186). Sum of RGB (Red+Green+Blue) = 250+51+186=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 51 (20.31% from 255 or 10.47% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA33BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA33BA is #05CC45. Grayscale: #7D7D7D. Windows color (decimal): -379974 or 12203002. OLE color: 12203002.
HSL color Cylindrical-coordinate representation of color #FA33BA: hue angle of 319.3º 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 #FA33BA is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 186 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.02 |
| HSL | 319.3º | 0.95% | 0.59% | - |
| HSV(B) | 319.3º | 0.8% | 0.98% | - |
| XYZ | 49.47 | 26.24 | 48.91 | - |
| YUV | 125.89 | 161.93 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 186 | 0 | 0.80 | 0.26 | 0.02 | 319.3 | 0.95 | 0.59 |
| Hex | FA | 33 | BA | 0 | 50 | 1A | 2 | 13F | 5F | 3B |
| Octal | 372 | 63 | 272 | 0 | 120 | 32 | 2 | 477 | 137 | 73 |
| Binary | 11111010 | 110011 | 10111010 | 0 | 1010000 | 11010 | 10 | 100111111 | 1011111 | 111011 |
Color Harmonies of #FA33BA
Complementary color
Monochromatic Colors of #FA33BA
Black with #FA33BA
Text Example
Text Example
White with #FA33BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA33BA; }
p { color: rgb(250,51,186); }
H1.HeaderClassName
{
color: #FA33BA;
}
.AnyTagClassName
{
color: #FA33BA;
}
</style>
background-color css
<style>
a { background-color: #FA33BA; }
a { background-color: rgb(250,51,186); }
div.DivClassName
{
background-color: #FA33BA;
}
.BgClassName
{
background-color: #FA33BA;
}
</style>
border-color css
<style>
span { border-color: #FA33BA; }
span { border-color: rgb(250,51,186); }
td.TdClassName
{
border-color: #FA33BA;
}
.TagClassName
{
border-color: #FA33BA;
}
</style>