Shades of Razzle Dazzle Rose #F127EC
Tints of Razzle Dazzle Rose #F127EC
RGB
CMYK
RGB Variations
Color information
#F127EC (or 0xF127EC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 27 and EC. RGB value is (241,39,236). Sum of RGB (Red+Green+Blue) = 241+39+236=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 39 (15.62% from 255 or 7.56% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F127EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F127EC is #0ED813. Grayscale: #797979. Windows color (decimal): -972820 or 15476721. OLE color: 15476721.
HSL color Cylindrical-coordinate representation of color #F127EC: hue angle of 301.49º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F127EC is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 236 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.05 |
| HSL | 301.49º | 0.88% | 0.55% | - |
| HSV(B) | 301.49º | 0.84% | 0.95% | - |
| XYZ | 52.14 | 26.21 | 81.67 | - |
| YUV | 121.86 | 192.42 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 236 | 0 | 0.84 | 0.02 | 0.05 | 301.49 | 0.88 | 0.55 |
| Hex | F1 | 27 | EC | 0 | 54 | 2 | 5 | 12D | 58 | 37 |
| Octal | 361 | 47 | 354 | 0 | 124 | 2 | 5 | 455 | 130 | 67 |
| Binary | 11110001 | 100111 | 11101100 | 0 | 1010100 | 10 | 101 | 100101101 | 1011000 | 110111 |
Color Harmonies of #F127EC
Complementary color
Monochromatic Colors of #F127EC
Black with #F127EC
Text Example
Text Example
White with #F127EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F127EC; }
p { color: rgb(241,39,236); }
H1.HeaderClassName
{
color: #F127EC;
}
.AnyTagClassName
{
color: #F127EC;
}
</style>
background-color css
<style>
a { background-color: #F127EC; }
a { background-color: rgb(241,39,236); }
div.DivClassName
{
background-color: #F127EC;
}
.BgClassName
{
background-color: #F127EC;
}
</style>
border-color css
<style>
span { border-color: #F127EC; }
span { border-color: rgb(241,39,236); }
td.TdClassName
{
border-color: #F127EC;
}
.TagClassName
{
border-color: #F127EC;
}
</style>