Shades of Razzle Dazzle Rose #F132EC
Tints of Razzle Dazzle Rose #F132EC
RGB
CMYK
RGB Variations
Color information
#F132EC (or 0xF132EC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 32 and EC. RGB value is (241,50,236). Sum of RGB (Red+Green+Blue) = 241+50+236=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 50 (19.92% from 255 or 9.49% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F132EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F132EC is #0ECD13. Grayscale: #7F7F7F. Windows color (decimal): -970004 or 15479537. OLE color: 15479537.
HSL color Cylindrical-coordinate representation of color #F132EC: hue angle of 301.57º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F132EC is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 50 | 236 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.05 |
| HSL | 301.57º | 0.87% | 0.57% | - |
| HSV(B) | 301.57º | 0.79% | 0.95% | - |
| XYZ | 52.56 | 27.04 | 81.81 | - |
| YUV | 128.31 | 188.78 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 50 | 236 | 0 | 0.79 | 0.02 | 0.05 | 301.57 | 0.87 | 0.57 |
| Hex | F1 | 32 | EC | 0 | 4F | 2 | 5 | 12E | 57 | 39 |
| Octal | 361 | 62 | 354 | 0 | 117 | 2 | 5 | 456 | 127 | 71 |
| Binary | 11110001 | 110010 | 11101100 | 0 | 1001111 | 10 | 101 | 100101110 | 1010111 | 111001 |
Color Harmonies of #F132EC
Complementary color
Monochromatic Colors of #F132EC
Black with #F132EC
Text Example
Text Example
White with #F132EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F132EC; }
p { color: rgb(241,50,236); }
H1.HeaderClassName
{
color: #F132EC;
}
.AnyTagClassName
{
color: #F132EC;
}
</style>
background-color css
<style>
a { background-color: #F132EC; }
a { background-color: rgb(241,50,236); }
div.DivClassName
{
background-color: #F132EC;
}
.BgClassName
{
background-color: #F132EC;
}
</style>
border-color css
<style>
span { border-color: #F132EC; }
span { border-color: rgb(241,50,236); }
td.TdClassName
{
border-color: #F132EC;
}
.TagClassName
{
border-color: #F132EC;
}
</style>