Shades of Razzle Dazzle Rose #FA33F2
Tints of Razzle Dazzle Rose #FA33F2
RGB
CMYK
RGB Variations
Color information
#FA33F2 (or 0xFA33F2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 33 and F2. RGB value is (250,51,242). Sum of RGB (Red+Green+Blue) = 250+51+242=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 51 (20.31% from 255 or 9.39% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA33F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA33F2 is #05CC0D. Grayscale: #838383. Windows color (decimal): -379918 or 15873018. OLE color: 15873018.
HSL color Cylindrical-coordinate representation of color #FA33F2: hue angle of 302.41º 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 #FA33F2 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 242 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.02 |
| HSL | 302.41º | 0.95% | 0.59% | - |
| HSV(B) | 302.41º | 0.8% | 0.98% | - |
| XYZ | 56.64 | 29.1 | 86.64 | - |
| YUV | 132.28 | 189.93 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 242 | 0 | 0.80 | 0.03 | 0.02 | 302.41 | 0.95 | 0.59 |
| Hex | FA | 33 | F2 | 0 | 50 | 3 | 2 | 12E | 5F | 3B |
| Octal | 372 | 63 | 362 | 0 | 120 | 3 | 2 | 456 | 137 | 73 |
| Binary | 11111010 | 110011 | 11110010 | 0 | 1010000 | 11 | 10 | 100101110 | 1011111 | 111011 |
Color Harmonies of #FA33F2
Complementary color
Monochromatic Colors of #FA33F2
Black with #FA33F2
Text Example
Text Example
White with #FA33F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA33F2; }
p { color: rgb(250,51,242); }
H1.HeaderClassName
{
color: #FA33F2;
}
.AnyTagClassName
{
color: #FA33F2;
}
</style>
background-color css
<style>
a { background-color: #FA33F2; }
a { background-color: rgb(250,51,242); }
div.DivClassName
{
background-color: #FA33F2;
}
.BgClassName
{
background-color: #FA33F2;
}
</style>
border-color css
<style>
span { border-color: #FA33F2; }
span { border-color: rgb(250,51,242); }
td.TdClassName
{
border-color: #FA33F2;
}
.TagClassName
{
border-color: #FA33F2;
}
</style>