Shades of Razzle Dazzle Rose #FA31D5
Tints of Razzle Dazzle Rose #FA31D5
RGB
CMYK
RGB Variations
Color information
#FA31D5 (or 0xFA31D5) is known color: Razzle Dazzle Rose. HEX triplet: FA, 31 and D5. RGB value is (250,49,213). Sum of RGB (Red+Green+Blue) = 250+49+213=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 49 (19.53% from 255 or 9.57% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA31D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA31D5 is #05CE2A. Grayscale: #7F7F7F. Windows color (decimal): -380459 or 13971962. OLE color: 13971962.
HSL color Cylindrical-coordinate representation of color #FA31D5: hue angle of 311.04º 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 #FA31D5 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 213 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.02 |
| HSL | 311.04º | 0.95% | 0.59% | - |
| HSV(B) | 311.04º | 0.8% | 0.98% | - |
| XYZ | 52.53 | 27.32 | 65.46 | - |
| YUV | 127.8 | 176.09 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 213 | 0 | 0.80 | 0.15 | 0.02 | 311.04 | 0.95 | 0.59 |
| Hex | FA | 31 | D5 | 0 | 50 | F | 2 | 137 | 5F | 3B |
| Octal | 372 | 61 | 325 | 0 | 120 | 17 | 2 | 467 | 137 | 73 |
| Binary | 11111010 | 110001 | 11010101 | 0 | 1010000 | 1111 | 10 | 100110111 | 1011111 | 111011 |
Color Harmonies of #FA31D5
Complementary color
Monochromatic Colors of #FA31D5
Black with #FA31D5
Text Example
Text Example
White with #FA31D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA31D5; }
p { color: rgb(250,49,213); }
H1.HeaderClassName
{
color: #FA31D5;
}
.AnyTagClassName
{
color: #FA31D5;
}
</style>
background-color css
<style>
a { background-color: #FA31D5; }
a { background-color: rgb(250,49,213); }
div.DivClassName
{
background-color: #FA31D5;
}
.BgClassName
{
background-color: #FA31D5;
}
</style>
border-color css
<style>
span { border-color: #FA31D5; }
span { border-color: rgb(250,49,213); }
td.TdClassName
{
border-color: #FA31D5;
}
.TagClassName
{
border-color: #FA31D5;
}
</style>