Shades of Razzle Dazzle Rose #FA33B7
Tints of Razzle Dazzle Rose #FA33B7
RGB
CMYK
RGB Variations
Color information
#FA33B7 (or 0xFA33B7) is known color: Razzle Dazzle Rose. HEX triplet: FA, 33 and B7. RGB value is (250,51,183). Sum of RGB (Red+Green+Blue) = 250+51+183=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 51 (20.31% from 255 or 10.54% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA33B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA33B7 is #05CC48. Grayscale: #7D7D7D. Windows color (decimal): -379977 or 12006394. OLE color: 12006394.
HSL color Cylindrical-coordinate representation of color #FA33B7: hue angle of 320.2º 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 #FA33B7 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 183 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.02 |
| HSL | 320.2º | 0.95% | 0.59% | - |
| HSV(B) | 320.2º | 0.8% | 0.98% | - |
| XYZ | 49.16 | 26.11 | 47.25 | - |
| YUV | 125.55 | 160.43 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 183 | 0 | 0.80 | 0.27 | 0.02 | 320.2 | 0.95 | 0.59 |
| Hex | FA | 33 | B7 | 0 | 50 | 1B | 2 | 140 | 5F | 3B |
| Octal | 372 | 63 | 267 | 0 | 120 | 33 | 2 | 500 | 137 | 73 |
| Binary | 11111010 | 110011 | 10110111 | 0 | 1010000 | 11011 | 10 | 101000000 | 1011111 | 111011 |
Color Harmonies of #FA33B7
Complementary color
Monochromatic Colors of #FA33B7
Black with #FA33B7
Text Example
Text Example
White with #FA33B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA33B7; }
p { color: rgb(250,51,183); }
H1.HeaderClassName
{
color: #FA33B7;
}
.AnyTagClassName
{
color: #FA33B7;
}
</style>
background-color css
<style>
a { background-color: #FA33B7; }
a { background-color: rgb(250,51,183); }
div.DivClassName
{
background-color: #FA33B7;
}
.BgClassName
{
background-color: #FA33B7;
}
</style>
border-color css
<style>
span { border-color: #FA33B7; }
span { border-color: rgb(250,51,183); }
td.TdClassName
{
border-color: #FA33B7;
}
.TagClassName
{
border-color: #FA33B7;
}
</style>