Shades of Razzle Dazzle Rose #F329EE
Tints of Razzle Dazzle Rose #F329EE
RGB
CMYK
RGB Variations
Color information
#F329EE (or 0xF329EE) is known color: Razzle Dazzle Rose. HEX triplet: F3, 29 and EE. RGB value is (243,41,238). Sum of RGB (Red+Green+Blue) = 243+41+238=522 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.55% from 522); Green value is 41 (16.41% from 255 or 7.85% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 243 - color contains mainly: red. Hex color #F329EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F329EE is #0CD611. Grayscale: #7B7B7B. Windows color (decimal): -841234 or 15608307. OLE color: 15608307.
HSL color Cylindrical-coordinate representation of color #F329EE: hue angle of 301.49º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F329EE is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 238 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.05 |
| HSL | 301.49º | 0.89% | 0.56% | - |
| HSV(B) | 301.49º | 0.83% | 0.95% | - |
| XYZ | 53.19 | 26.81 | 83.26 | - |
| YUV | 123.86 | 192.42 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 238 | 0 | 0.83 | 0.02 | 0.05 | 301.49 | 0.89 | 0.56 |
| Hex | F3 | 29 | EE | 0 | 53 | 2 | 5 | 12D | 59 | 38 |
| Octal | 363 | 51 | 356 | 0 | 123 | 2 | 5 | 455 | 131 | 70 |
| Binary | 11110011 | 101001 | 11101110 | 0 | 1010011 | 10 | 101 | 100101101 | 1011001 | 111000 |
Color Harmonies of #F329EE
Complementary color
Monochromatic Colors of #F329EE
Black with #F329EE
Text Example
Text Example
White with #F329EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F329EE; }
p { color: rgb(243,41,238); }
H1.HeaderClassName
{
color: #F329EE;
}
.AnyTagClassName
{
color: #F329EE;
}
</style>
background-color css
<style>
a { background-color: #F329EE; }
a { background-color: rgb(243,41,238); }
div.DivClassName
{
background-color: #F329EE;
}
.BgClassName
{
background-color: #F329EE;
}
</style>
border-color css
<style>
span { border-color: #F329EE; }
span { border-color: rgb(243,41,238); }
td.TdClassName
{
border-color: #F329EE;
}
.TagClassName
{
border-color: #F329EE;
}
</style>