Shades of Razzle Dazzle Rose #F329CE
Tints of Razzle Dazzle Rose #F329CE
RGB
CMYK
RGB Variations
Color information
#F329CE (or 0xF329CE) is known color: Razzle Dazzle Rose. HEX triplet: F3, 29 and CE. RGB value is (243,41,206). Sum of RGB (Red+Green+Blue) = 243+41+206=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 41 (16.41% from 255 or 8.37% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F329CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F329CE is #0CD631. Grayscale: #777777. Windows color (decimal): -841266 or 13511155. OLE color: 13511155.
HSL color Cylindrical-coordinate representation of color #F329CE: hue angle of 310.99º 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 #F329CE is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 206 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.05 |
| HSL | 310.99º | 0.89% | 0.56% | - |
| HSV(B) | 310.99º | 0.83% | 0.95% | - |
| XYZ | 48.9 | 25.1 | 60.66 | - |
| YUV | 120.21 | 176.42 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 206 | 0 | 0.83 | 0.15 | 0.05 | 310.99 | 0.89 | 0.56 |
| Hex | F3 | 29 | CE | 0 | 53 | F | 5 | 137 | 59 | 38 |
| Octal | 363 | 51 | 316 | 0 | 123 | 17 | 5 | 467 | 131 | 70 |
| Binary | 11110011 | 101001 | 11001110 | 0 | 1010011 | 1111 | 101 | 100110111 | 1011001 | 111000 |
Color Harmonies of #F329CE
Complementary color
Monochromatic Colors of #F329CE
Black with #F329CE
Text Example
Text Example
White with #F329CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F329CE; }
p { color: rgb(243,41,206); }
H1.HeaderClassName
{
color: #F329CE;
}
.AnyTagClassName
{
color: #F329CE;
}
</style>
background-color css
<style>
a { background-color: #F329CE; }
a { background-color: rgb(243,41,206); }
div.DivClassName
{
background-color: #F329CE;
}
.BgClassName
{
background-color: #F329CE;
}
</style>
border-color css
<style>
span { border-color: #F329CE; }
span { border-color: rgb(243,41,206); }
td.TdClassName
{
border-color: #F329CE;
}
.TagClassName
{
border-color: #F329CE;
}
</style>