Shades of Razzle Dazzle Rose #F328D3
Tints of Razzle Dazzle Rose #F328D3
RGB
CMYK
RGB Variations
Color information
#F328D3 (or 0xF328D3) is known color: Razzle Dazzle Rose. HEX triplet: F3, 28 and D3. RGB value is (243,40,211). Sum of RGB (Red+Green+Blue) = 243+40+211=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 40 (16.02% from 255 or 8.10% from 494); Blue value is 211 (82.81% from 255 or 42.71% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F328D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F328D3 is #0CD72C. Grayscale: #777777. Windows color (decimal): -841517 or 13838579. OLE color: 13838579.
HSL color Cylindrical-coordinate representation of color #F328D3: hue angle of 309.46º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F328D3 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 211 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.05 |
| HSL | 309.46º | 0.89% | 0.55% | - |
| HSV(B) | 309.46º | 0.84% | 0.95% | - |
| XYZ | 49.48 | 25.28 | 63.9 | - |
| YUV | 120.19 | 179.25 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 211 | 0 | 0.84 | 0.13 | 0.05 | 309.46 | 0.89 | 0.55 |
| Hex | F3 | 28 | D3 | 0 | 54 | D | 5 | 135 | 59 | 37 |
| Octal | 363 | 50 | 323 | 0 | 124 | 15 | 5 | 465 | 131 | 67 |
| Binary | 11110011 | 101000 | 11010011 | 0 | 1010100 | 1101 | 101 | 100110101 | 1011001 | 110111 |
Color Harmonies of #F328D3
Complementary color
Monochromatic Colors of #F328D3
Black with #F328D3
Text Example
Text Example
White with #F328D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F328D3; }
p { color: rgb(243,40,211); }
H1.HeaderClassName
{
color: #F328D3;
}
.AnyTagClassName
{
color: #F328D3;
}
</style>
background-color css
<style>
a { background-color: #F328D3; }
a { background-color: rgb(243,40,211); }
div.DivClassName
{
background-color: #F328D3;
}
.BgClassName
{
background-color: #F328D3;
}
</style>
border-color css
<style>
span { border-color: #F328D3; }
span { border-color: rgb(243,40,211); }
td.TdClassName
{
border-color: #F328D3;
}
.TagClassName
{
border-color: #F328D3;
}
</style>