Shades of Razzle Dazzle Rose #FA32F9
Tints of Razzle Dazzle Rose #FA32F9
RGB
CMYK
RGB Variations
Color information
#FA32F9 (or 0xFA32F9) is known color: Razzle Dazzle Rose. HEX triplet: FA, 32 and F9. RGB value is (250,50,249). Sum of RGB (Red+Green+Blue) = 250+50+249=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 50 (19.92% from 255 or 9.11% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA32F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA32F9 is #05CD06. Grayscale: #838383. Windows color (decimal): -380167 or 16331514. OLE color: 16331514.
HSL color Cylindrical-coordinate representation of color #FA32F9: hue angle of 300.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 #FA32F9 is Cyan = 0, Magento = 0.8, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 249 | - |
| CMYK | 0 | 0.8 | 0.00 | 0.02 |
| HSL | 300.3º | 0.95% | 0.59% | - |
| HSV(B) | 300.3º | 0.8% | 0.98% | - |
| XYZ | 57.66 | 29.44 | 92.27 | - |
| YUV | 132.49 | 193.76 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 249 | 0 | 0.8 | 0.00 | 0.02 | 300.3 | 0.95 | 0.59 |
| Hex | FA | 32 | F9 | 0 | 50 | 0 | 2 | 12C | 5F | 3B |
| Octal | 372 | 62 | 371 | 0 | 120 | 0 | 2 | 454 | 137 | 73 |
| Binary | 11111010 | 110010 | 11111001 | 0 | 1010000 | 0 | 10 | 100101100 | 1011111 | 111011 |
Color Harmonies of #FA32F9
Complementary color
Monochromatic Colors of #FA32F9
Black with #FA32F9
Text Example
Text Example
White with #FA32F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA32F9; }
p { color: rgb(250,50,249); }
H1.HeaderClassName
{
color: #FA32F9;
}
.AnyTagClassName
{
color: #FA32F9;
}
</style>
background-color css
<style>
a { background-color: #FA32F9; }
a { background-color: rgb(250,50,249); }
div.DivClassName
{
background-color: #FA32F9;
}
.BgClassName
{
background-color: #FA32F9;
}
</style>
border-color css
<style>
span { border-color: #FA32F9; }
span { border-color: rgb(250,50,249); }
td.TdClassName
{
border-color: #FA32F9;
}
.TagClassName
{
border-color: #FA32F9;
}
</style>