Shades of Razzle Dazzle Rose #F934EC
Tints of Razzle Dazzle Rose #F934EC
RGB
CMYK
RGB Variations
Color information
#F934EC (or 0xF934EC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 34 and EC. RGB value is (249,52,236). Sum of RGB (Red+Green+Blue) = 249+52+236=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 52 (20.70% from 255 or 9.68% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F934EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F934EC is #06CB13. Grayscale: #838383. Windows color (decimal): -445204 or 15480057. OLE color: 15480057.
HSL color Cylindrical-coordinate representation of color #F934EC: hue angle of 303.96º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F934EC is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 52 | 236 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.02 |
| HSL | 303.96º | 0.94% | 0.59% | - |
| HSV(B) | 303.96º | 0.79% | 0.98% | - |
| XYZ | 55.44 | 28.65 | 81.97 | - |
| YUV | 131.88 | 186.77 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 236 | 0 | 0.79 | 0.05 | 0.02 | 303.96 | 0.94 | 0.59 |
| Hex | F9 | 34 | EC | 0 | 4F | 5 | 2 | 130 | 5E | 3B |
| Octal | 371 | 64 | 354 | 0 | 117 | 5 | 2 | 460 | 136 | 73 |
| Binary | 11111001 | 110100 | 11101100 | 0 | 1001111 | 101 | 10 | 100110000 | 1011110 | 111011 |
Color Harmonies of #F934EC
Complementary color
Monochromatic Colors of #F934EC
Black with #F934EC
Text Example
Text Example
White with #F934EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F934EC; }
p { color: rgb(249,52,236); }
H1.HeaderClassName
{
color: #F934EC;
}
.AnyTagClassName
{
color: #F934EC;
}
</style>
background-color css
<style>
a { background-color: #F934EC; }
a { background-color: rgb(249,52,236); }
div.DivClassName
{
background-color: #F934EC;
}
.BgClassName
{
background-color: #F934EC;
}
</style>
border-color css
<style>
span { border-color: #F934EC; }
span { border-color: rgb(249,52,236); }
td.TdClassName
{
border-color: #F934EC;
}
.TagClassName
{
border-color: #F934EC;
}
</style>