Shades of Razzle Dazzle Rose #F329BC
Tints of Razzle Dazzle Rose #F329BC
RGB
CMYK
RGB Variations
Color information
#F329BC (or 0xF329BC) is known color: Razzle Dazzle Rose. HEX triplet: F3, 29 and BC. RGB value is (243,41,188). Sum of RGB (Red+Green+Blue) = 243+41+188=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F329BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F329BC is #0CD643. Grayscale: #757575. Windows color (decimal): -841284 or 12331507. OLE color: 12331507.
HSL color Cylindrical-coordinate representation of color #F329BC: hue angle of 316.34º 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 #F329BC is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 188 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.05 |
| HSL | 316.34º | 0.89% | 0.56% | - |
| HSV(B) | 316.34º | 0.83% | 0.95% | - |
| XYZ | 46.83 | 24.27 | 49.79 | - |
| YUV | 118.16 | 167.42 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 188 | 0 | 0.83 | 0.23 | 0.05 | 316.34 | 0.89 | 0.56 |
| Hex | F3 | 29 | BC | 0 | 53 | 17 | 5 | 13C | 59 | 38 |
| Octal | 363 | 51 | 274 | 0 | 123 | 27 | 5 | 474 | 131 | 70 |
| Binary | 11110011 | 101001 | 10111100 | 0 | 1010011 | 10111 | 101 | 100111100 | 1011001 | 111000 |
Color Harmonies of #F329BC
Complementary color
Monochromatic Colors of #F329BC
Black with #F329BC
Text Example
Text Example
White with #F329BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F329BC; }
p { color: rgb(243,41,188); }
H1.HeaderClassName
{
color: #F329BC;
}
.AnyTagClassName
{
color: #F329BC;
}
</style>
background-color css
<style>
a { background-color: #F329BC; }
a { background-color: rgb(243,41,188); }
div.DivClassName
{
background-color: #F329BC;
}
.BgClassName
{
background-color: #F329BC;
}
</style>
border-color css
<style>
span { border-color: #F329BC; }
span { border-color: rgb(243,41,188); }
td.TdClassName
{
border-color: #F329BC;
}
.TagClassName
{
border-color: #F329BC;
}
</style>