Shades of Razzle Dazzle Rose #F329EF
Tints of Razzle Dazzle Rose #F329EF
RGB
CMYK
RGB Variations
Color information
#F329EF (or 0xF329EF) is known color: Razzle Dazzle Rose. HEX triplet: F3, 29 and EF. RGB value is (243,41,239). Sum of RGB (Red+Green+Blue) = 243+41+239=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 41 (16.41% from 255 or 7.84% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 243 - color contains mainly: red. Hex color #F329EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F329EF is #0CD610. Grayscale: #7B7B7B. Windows color (decimal): -841233 or 15673843. OLE color: 15673843.
HSL color Cylindrical-coordinate representation of color #F329EF: hue angle of 301.19º 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 #F329EF is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 239 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.05 |
| HSL | 301.19º | 0.89% | 0.56% | - |
| HSV(B) | 301.19º | 0.83% | 0.95% | - |
| XYZ | 53.34 | 26.87 | 84.04 | - |
| YUV | 123.97 | 192.92 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 239 | 0 | 0.83 | 0.02 | 0.05 | 301.19 | 0.89 | 0.56 |
| Hex | F3 | 29 | EF | 0 | 53 | 2 | 5 | 12D | 59 | 38 |
| Octal | 363 | 51 | 357 | 0 | 123 | 2 | 5 | 455 | 131 | 70 |
| Binary | 11110011 | 101001 | 11101111 | 0 | 1010011 | 10 | 101 | 100101101 | 1011001 | 111000 |
Color Harmonies of #F329EF
Complementary color
Monochromatic Colors of #F329EF
Black with #F329EF
Text Example
Text Example
White with #F329EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F329EF; }
p { color: rgb(243,41,239); }
H1.HeaderClassName
{
color: #F329EF;
}
.AnyTagClassName
{
color: #F329EF;
}
</style>
background-color css
<style>
a { background-color: #F329EF; }
a { background-color: rgb(243,41,239); }
div.DivClassName
{
background-color: #F329EF;
}
.BgClassName
{
background-color: #F329EF;
}
</style>
border-color css
<style>
span { border-color: #F329EF; }
span { border-color: rgb(243,41,239); }
td.TdClassName
{
border-color: #F329EF;
}
.TagClassName
{
border-color: #F329EF;
}
</style>