Shades of Razzle Dazzle Rose #FA33E3
Tints of Razzle Dazzle Rose #FA33E3
RGB
CMYK
RGB Variations
Color information
#FA33E3 (or 0xFA33E3) is known color: Razzle Dazzle Rose. HEX triplet: FA, 33 and E3. RGB value is (250,51,227). Sum of RGB (Red+Green+Blue) = 250+51+227=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 51 (20.31% from 255 or 9.66% from 528); Blue value is 227 (89.06% from 255 or 42.99% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA33E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA33E3 is #05CC1C. Grayscale: #828282. Windows color (decimal): -379933 or 14889978. OLE color: 14889978.
HSL color Cylindrical-coordinate representation of color #FA33E3: hue angle of 306.93º 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 #FA33E3 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 227 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.02 |
| HSL | 306.93º | 0.95% | 0.59% | - |
| HSV(B) | 306.93º | 0.8% | 0.98% | - |
| XYZ | 54.47 | 28.24 | 75.25 | - |
| YUV | 130.57 | 182.43 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 227 | 0 | 0.80 | 0.09 | 0.02 | 306.93 | 0.95 | 0.59 |
| Hex | FA | 33 | E3 | 0 | 50 | 9 | 2 | 133 | 5F | 3B |
| Octal | 372 | 63 | 343 | 0 | 120 | 11 | 2 | 463 | 137 | 73 |
| Binary | 11111010 | 110011 | 11100011 | 0 | 1010000 | 1001 | 10 | 100110011 | 1011111 | 111011 |
Color Harmonies of #FA33E3
Complementary color
Monochromatic Colors of #FA33E3
Black with #FA33E3
Text Example
Text Example
White with #FA33E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA33E3; }
p { color: rgb(250,51,227); }
H1.HeaderClassName
{
color: #FA33E3;
}
.AnyTagClassName
{
color: #FA33E3;
}
</style>
background-color css
<style>
a { background-color: #FA33E3; }
a { background-color: rgb(250,51,227); }
div.DivClassName
{
background-color: #FA33E3;
}
.BgClassName
{
background-color: #FA33E3;
}
</style>
border-color css
<style>
span { border-color: #FA33E3; }
span { border-color: rgb(250,51,227); }
td.TdClassName
{
border-color: #FA33E3;
}
.TagClassName
{
border-color: #FA33E3;
}
</style>