Shades of Razzle Dazzle Rose #F328C4
Tints of Razzle Dazzle Rose #F328C4
RGB
CMYK
RGB Variations
Color information
#F328C4 (or 0xF328C4) is known color: Razzle Dazzle Rose. HEX triplet: F3, 28 and C4. RGB value is (243,40,196). Sum of RGB (Red+Green+Blue) = 243+40+196=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 40 (16.02% from 255 or 8.35% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F328C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F328C4 is #0CD73B. Grayscale: #767676. Windows color (decimal): -841532 or 12855539. OLE color: 12855539.
HSL color Cylindrical-coordinate representation of color #F328C4: hue angle of 313.89º 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 #F328C4 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 196 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.05 |
| HSL | 313.89º | 0.89% | 0.55% | - |
| HSV(B) | 313.89º | 0.84% | 0.95% | - |
| XYZ | 47.68 | 24.56 | 54.45 | - |
| YUV | 118.48 | 171.75 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 196 | 0 | 0.84 | 0.19 | 0.05 | 313.89 | 0.89 | 0.55 |
| Hex | F3 | 28 | C4 | 0 | 54 | 13 | 5 | 13A | 59 | 37 |
| Octal | 363 | 50 | 304 | 0 | 124 | 23 | 5 | 472 | 131 | 67 |
| Binary | 11110011 | 101000 | 11000100 | 0 | 1010100 | 10011 | 101 | 100111010 | 1011001 | 110111 |
Color Harmonies of #F328C4
Complementary color
Monochromatic Colors of #F328C4
Black with #F328C4
Text Example
Text Example
White with #F328C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F328C4; }
p { color: rgb(243,40,196); }
H1.HeaderClassName
{
color: #F328C4;
}
.AnyTagClassName
{
color: #F328C4;
}
</style>
background-color css
<style>
a { background-color: #F328C4; }
a { background-color: rgb(243,40,196); }
div.DivClassName
{
background-color: #F328C4;
}
.BgClassName
{
background-color: #F328C4;
}
</style>
border-color css
<style>
span { border-color: #F328C4; }
span { border-color: rgb(243,40,196); }
td.TdClassName
{
border-color: #F328C4;
}
.TagClassName
{
border-color: #F328C4;
}
</style>