Shades of Razzle Dazzle Rose #F329E4
Tints of Razzle Dazzle Rose #F329E4
RGB
CMYK
RGB Variations
Color information
#F329E4 (or 0xF329E4) is known color: Razzle Dazzle Rose. HEX triplet: F3, 29 and E4. RGB value is (243,41,228). Sum of RGB (Red+Green+Blue) = 243+41+228=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 41 (16.41% from 255 or 8.01% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F329E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F329E4 is #0CD61B. Grayscale: #7A7A7A. Windows color (decimal): -841244 or 14952947. OLE color: 14952947.
HSL color Cylindrical-coordinate representation of color #F329E4: hue angle of 304.46º 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 #F329E4 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 228 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.05 |
| HSL | 304.46º | 0.89% | 0.56% | - |
| HSV(B) | 304.46º | 0.83% | 0.95% | - |
| XYZ | 51.76 | 26.24 | 75.74 | - |
| YUV | 122.72 | 187.42 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 228 | 0 | 0.83 | 0.06 | 0.05 | 304.46 | 0.89 | 0.56 |
| Hex | F3 | 29 | E4 | 0 | 53 | 6 | 5 | 130 | 59 | 38 |
| Octal | 363 | 51 | 344 | 0 | 123 | 6 | 5 | 460 | 131 | 70 |
| Binary | 11110011 | 101001 | 11100100 | 0 | 1010011 | 110 | 101 | 100110000 | 1011001 | 111000 |
Color Harmonies of #F329E4
Complementary color
Monochromatic Colors of #F329E4
Black with #F329E4
Text Example
Text Example
White with #F329E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F329E4; }
p { color: rgb(243,41,228); }
H1.HeaderClassName
{
color: #F329E4;
}
.AnyTagClassName
{
color: #F329E4;
}
</style>
background-color css
<style>
a { background-color: #F329E4; }
a { background-color: rgb(243,41,228); }
div.DivClassName
{
background-color: #F329E4;
}
.BgClassName
{
background-color: #F329E4;
}
</style>
border-color css
<style>
span { border-color: #F329E4; }
span { border-color: rgb(243,41,228); }
td.TdClassName
{
border-color: #F329E4;
}
.TagClassName
{
border-color: #F329E4;
}
</style>