Shades of Razzle Dazzle Rose #FA33F0
Tints of Razzle Dazzle Rose #FA33F0
RGB
CMYK
RGB Variations
Color information
#FA33F0 (or 0xFA33F0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 33 and F0. RGB value is (250,51,240). Sum of RGB (Red+Green+Blue) = 250+51+240=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 51 (20.31% from 255 or 9.43% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FA33F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA33F0 is #05CC0F. Grayscale: #838383. Windows color (decimal): -379920 or 15741946. OLE color: 15741946.
HSL color Cylindrical-coordinate representation of color #FA33F0: hue angle of 303.02º 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 #FA33F0 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 240 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.02 |
| HSL | 303.02º | 0.95% | 0.59% | - |
| HSV(B) | 303.02º | 0.8% | 0.98% | - |
| XYZ | 56.34 | 28.98 | 85.06 | - |
| YUV | 132.05 | 188.93 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 240 | 0 | 0.80 | 0.04 | 0.02 | 303.02 | 0.95 | 0.59 |
| Hex | FA | 33 | F0 | 0 | 50 | 4 | 2 | 12F | 5F | 3B |
| Octal | 372 | 63 | 360 | 0 | 120 | 4 | 2 | 457 | 137 | 73 |
| Binary | 11111010 | 110011 | 11110000 | 0 | 1010000 | 100 | 10 | 100101111 | 1011111 | 111011 |
Color Harmonies of #FA33F0
Complementary color
Monochromatic Colors of #FA33F0
Black with #FA33F0
Text Example
Text Example
White with #FA33F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA33F0; }
p { color: rgb(250,51,240); }
H1.HeaderClassName
{
color: #FA33F0;
}
.AnyTagClassName
{
color: #FA33F0;
}
</style>
background-color css
<style>
a { background-color: #FA33F0; }
a { background-color: rgb(250,51,240); }
div.DivClassName
{
background-color: #FA33F0;
}
.BgClassName
{
background-color: #FA33F0;
}
</style>
border-color css
<style>
span { border-color: #FA33F0; }
span { border-color: rgb(250,51,240); }
td.TdClassName
{
border-color: #FA33F0;
}
.TagClassName
{
border-color: #FA33F0;
}
</style>