Shades of Razzle Dazzle Rose #FA31CF
Tints of Razzle Dazzle Rose #FA31CF
RGB
CMYK
RGB Variations
Color information
#FA31CF (or 0xFA31CF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 31 and CF. RGB value is (250,49,207). Sum of RGB (Red+Green+Blue) = 250+49+207=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 49 (19.53% from 255 or 9.68% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA31CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA31CF is #05CE30. Grayscale: #7E7E7E. Windows color (decimal): -380465 or 13578746. OLE color: 13578746.
HSL color Cylindrical-coordinate representation of color #FA31CF: hue angle of 312.84º 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 #FA31CF is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 207 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.02 |
| HSL | 312.84º | 0.95% | 0.59% | - |
| HSV(B) | 312.84º | 0.8% | 0.98% | - |
| XYZ | 51.79 | 27.03 | 61.52 | - |
| YUV | 127.11 | 173.09 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 207 | 0 | 0.80 | 0.17 | 0.02 | 312.84 | 0.95 | 0.59 |
| Hex | FA | 31 | CF | 0 | 50 | 11 | 2 | 139 | 5F | 3B |
| Octal | 372 | 61 | 317 | 0 | 120 | 21 | 2 | 471 | 137 | 73 |
| Binary | 11111010 | 110001 | 11001111 | 0 | 1010000 | 10001 | 10 | 100111001 | 1011111 | 111011 |
Color Harmonies of #FA31CF
Complementary color
Monochromatic Colors of #FA31CF
Black with #FA31CF
Text Example
Text Example
White with #FA31CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA31CF; }
p { color: rgb(250,49,207); }
H1.HeaderClassName
{
color: #FA31CF;
}
.AnyTagClassName
{
color: #FA31CF;
}
</style>
background-color css
<style>
a { background-color: #FA31CF; }
a { background-color: rgb(250,49,207); }
div.DivClassName
{
background-color: #FA31CF;
}
.BgClassName
{
background-color: #FA31CF;
}
</style>
border-color css
<style>
span { border-color: #FA31CF; }
span { border-color: rgb(250,49,207); }
td.TdClassName
{
border-color: #FA31CF;
}
.TagClassName
{
border-color: #FA31CF;
}
</style>