Shades of Razzle Dazzle Rose #F131EC
Tints of Razzle Dazzle Rose #F131EC
RGB
CMYK
RGB Variations
Color information
#F131EC (or 0xF131EC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 31 and EC. RGB value is (241,49,236). Sum of RGB (Red+Green+Blue) = 241+49+236=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 49 (19.53% from 255 or 9.32% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F131EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F131EC is #0ECE13. Grayscale: #7F7F7F. Windows color (decimal): -970260 or 15479281. OLE color: 15479281.
HSL color Cylindrical-coordinate representation of color #F131EC: hue angle of 301.56º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F131EC is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 49 | 236 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.05 |
| HSL | 301.56º | 0.87% | 0.57% | - |
| HSV(B) | 301.56º | 0.8% | 0.95% | - |
| XYZ | 52.51 | 26.95 | 81.79 | - |
| YUV | 127.73 | 189.11 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 49 | 236 | 0 | 0.80 | 0.02 | 0.05 | 301.56 | 0.87 | 0.57 |
| Hex | F1 | 31 | EC | 0 | 50 | 2 | 5 | 12E | 57 | 39 |
| Octal | 361 | 61 | 354 | 0 | 120 | 2 | 5 | 456 | 127 | 71 |
| Binary | 11110001 | 110001 | 11101100 | 0 | 1010000 | 10 | 101 | 100101110 | 1010111 | 111001 |
Color Harmonies of #F131EC
Complementary color
Monochromatic Colors of #F131EC
Black with #F131EC
Text Example
Text Example
White with #F131EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F131EC; }
p { color: rgb(241,49,236); }
H1.HeaderClassName
{
color: #F131EC;
}
.AnyTagClassName
{
color: #F131EC;
}
</style>
background-color css
<style>
a { background-color: #F131EC; }
a { background-color: rgb(241,49,236); }
div.DivClassName
{
background-color: #F131EC;
}
.BgClassName
{
background-color: #F131EC;
}
</style>
border-color css
<style>
span { border-color: #F131EC; }
span { border-color: rgb(241,49,236); }
td.TdClassName
{
border-color: #F131EC;
}
.TagClassName
{
border-color: #F131EC;
}
</style>