Shades of Razzle Dazzle Rose #FA31C0
Tints of Razzle Dazzle Rose #FA31C0
RGB
CMYK
RGB Variations
Color information
#FA31C0 (or 0xFA31C0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 31 and C0. RGB value is (250,49,192). Sum of RGB (Red+Green+Blue) = 250+49+192=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 49 (19.53% from 255 or 9.98% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA31C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA31C0 is #05CE3F. Grayscale: #7D7D7D. Windows color (decimal): -380480 or 12595706. OLE color: 12595706.
HSL color Cylindrical-coordinate representation of color #FA31C0: hue angle of 317.31º 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 #FA31C0 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 192 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.02 |
| HSL | 317.31º | 0.95% | 0.59% | - |
| HSV(B) | 317.31º | 0.8% | 0.98% | - |
| XYZ | 50.04 | 26.33 | 52.31 | - |
| YUV | 125.4 | 165.59 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 192 | 0 | 0.80 | 0.23 | 0.02 | 317.31 | 0.95 | 0.59 |
| Hex | FA | 31 | C0 | 0 | 50 | 17 | 2 | 13D | 5F | 3B |
| Octal | 372 | 61 | 300 | 0 | 120 | 27 | 2 | 475 | 137 | 73 |
| Binary | 11111010 | 110001 | 11000000 | 0 | 1010000 | 10111 | 10 | 100111101 | 1011111 | 111011 |
Color Harmonies of #FA31C0
Complementary color
Monochromatic Colors of #FA31C0
Black with #FA31C0
Text Example
Text Example
White with #FA31C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA31C0; }
p { color: rgb(250,49,192); }
H1.HeaderClassName
{
color: #FA31C0;
}
.AnyTagClassName
{
color: #FA31C0;
}
</style>
background-color css
<style>
a { background-color: #FA31C0; }
a { background-color: rgb(250,49,192); }
div.DivClassName
{
background-color: #FA31C0;
}
.BgClassName
{
background-color: #FA31C0;
}
</style>
border-color css
<style>
span { border-color: #FA31C0; }
span { border-color: rgb(250,49,192); }
td.TdClassName
{
border-color: #FA31C0;
}
.TagClassName
{
border-color: #FA31C0;
}
</style>