Shades of Razzle Dazzle Rose #FA31CE
Tints of Razzle Dazzle Rose #FA31CE
RGB
CMYK
RGB Variations
Color information
#FA31CE (or 0xFA31CE) is known color: Razzle Dazzle Rose. HEX triplet: FA, 31 and CE. RGB value is (250,49,206). Sum of RGB (Red+Green+Blue) = 250+49+206=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 49 (19.53% from 255 or 9.70% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA31CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA31CE is #05CE31. Grayscale: #7E7E7E. Windows color (decimal): -380466 or 13513210. OLE color: 13513210.
HSL color Cylindrical-coordinate representation of color #FA31CE: hue angle of 313.13º 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 #FA31CE is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 206 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.02 |
| HSL | 313.13º | 0.95% | 0.59% | - |
| HSV(B) | 313.13º | 0.8% | 0.98% | - |
| XYZ | 51.66 | 26.98 | 60.88 | - |
| YUV | 127 | 172.59 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 206 | 0 | 0.80 | 0.18 | 0.02 | 313.13 | 0.95 | 0.59 |
| Hex | FA | 31 | CE | 0 | 50 | 12 | 2 | 139 | 5F | 3B |
| Octal | 372 | 61 | 316 | 0 | 120 | 22 | 2 | 471 | 137 | 73 |
| Binary | 11111010 | 110001 | 11001110 | 0 | 1010000 | 10010 | 10 | 100111001 | 1011111 | 111011 |
Color Harmonies of #FA31CE
Complementary color
Monochromatic Colors of #FA31CE
Black with #FA31CE
Text Example
Text Example
White with #FA31CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA31CE; }
p { color: rgb(250,49,206); }
H1.HeaderClassName
{
color: #FA31CE;
}
.AnyTagClassName
{
color: #FA31CE;
}
</style>
background-color css
<style>
a { background-color: #FA31CE; }
a { background-color: rgb(250,49,206); }
div.DivClassName
{
background-color: #FA31CE;
}
.BgClassName
{
background-color: #FA31CE;
}
</style>
border-color css
<style>
span { border-color: #FA31CE; }
span { border-color: rgb(250,49,206); }
td.TdClassName
{
border-color: #FA31CE;
}
.TagClassName
{
border-color: #FA31CE;
}
</style>