Shades of Razzle Dazzle Rose #F329DA
Tints of Razzle Dazzle Rose #F329DA
RGB
CMYK
RGB Variations
Color information
#F329DA (or 0xF329DA) is known color: Razzle Dazzle Rose. HEX triplet: F3, 29 and DA. RGB value is (243,41,218). Sum of RGB (Red+Green+Blue) = 243+41+218=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 41 (16.41% from 255 or 8.17% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F329DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F329DA is #0CD625. Grayscale: #797979. Windows color (decimal): -841254 or 14297587. OLE color: 14297587.
HSL color Cylindrical-coordinate representation of color #F329DA: hue angle of 307.43º 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 #F329DA is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 218 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.05 |
| HSL | 307.43º | 0.89% | 0.56% | - |
| HSV(B) | 307.43º | 0.83% | 0.95% | - |
| XYZ | 50.41 | 25.7 | 68.63 | - |
| YUV | 121.58 | 182.42 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 218 | 0 | 0.83 | 0.10 | 0.05 | 307.43 | 0.89 | 0.56 |
| Hex | F3 | 29 | DA | 0 | 53 | A | 5 | 133 | 59 | 38 |
| Octal | 363 | 51 | 332 | 0 | 123 | 12 | 5 | 463 | 131 | 70 |
| Binary | 11110011 | 101001 | 11011010 | 0 | 1010011 | 1010 | 101 | 100110011 | 1011001 | 111000 |
Color Harmonies of #F329DA
Complementary color
Monochromatic Colors of #F329DA
Black with #F329DA
Text Example
Text Example
White with #F329DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F329DA; }
p { color: rgb(243,41,218); }
H1.HeaderClassName
{
color: #F329DA;
}
.AnyTagClassName
{
color: #F329DA;
}
</style>
background-color css
<style>
a { background-color: #F329DA; }
a { background-color: rgb(243,41,218); }
div.DivClassName
{
background-color: #F329DA;
}
.BgClassName
{
background-color: #F329DA;
}
</style>
border-color css
<style>
span { border-color: #F329DA; }
span { border-color: rgb(243,41,218); }
td.TdClassName
{
border-color: #F329DA;
}
.TagClassName
{
border-color: #F329DA;
}
</style>