Shades of Razzle Dazzle Rose #FA31F0
Tints of Razzle Dazzle Rose #FA31F0
RGB
CMYK
RGB Variations
Color information
#FA31F0 (or 0xFA31F0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 31 and F0. RGB value is (250,49,240). Sum of RGB (Red+Green+Blue) = 250+49+240=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 49 (19.53% from 255 or 9.09% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA31F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA31F0 is #05CE0F. Grayscale: #828282. Windows color (decimal): -380432 or 15741434. OLE color: 15741434.
HSL color Cylindrical-coordinate representation of color #FA31F0: hue angle of 302.99º 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 #FA31F0 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 240 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.02 |
| HSL | 302.99º | 0.95% | 0.59% | - |
| HSV(B) | 302.99º | 0.8% | 0.98% | - |
| XYZ | 56.25 | 28.81 | 85.03 | - |
| YUV | 130.87 | 189.59 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 240 | 0 | 0.80 | 0.04 | 0.02 | 302.99 | 0.95 | 0.59 |
| Hex | FA | 31 | F0 | 0 | 50 | 4 | 2 | 12F | 5F | 3B |
| Octal | 372 | 61 | 360 | 0 | 120 | 4 | 2 | 457 | 137 | 73 |
| Binary | 11111010 | 110001 | 11110000 | 0 | 1010000 | 100 | 10 | 100101111 | 1011111 | 111011 |
Color Harmonies of #FA31F0
Complementary color
Monochromatic Colors of #FA31F0
Black with #FA31F0
Text Example
Text Example
White with #FA31F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA31F0; }
p { color: rgb(250,49,240); }
H1.HeaderClassName
{
color: #FA31F0;
}
.AnyTagClassName
{
color: #FA31F0;
}
</style>
background-color css
<style>
a { background-color: #FA31F0; }
a { background-color: rgb(250,49,240); }
div.DivClassName
{
background-color: #FA31F0;
}
.BgClassName
{
background-color: #FA31F0;
}
</style>
border-color css
<style>
span { border-color: #FA31F0; }
span { border-color: rgb(250,49,240); }
td.TdClassName
{
border-color: #FA31F0;
}
.TagClassName
{
border-color: #FA31F0;
}
</style>