Shades of Razzle Dazzle Rose #F328E4
Tints of Razzle Dazzle Rose #F328E4
RGB
CMYK
RGB Variations
Color information
#F328E4 (or 0xF328E4) is known color: Razzle Dazzle Rose. HEX triplet: F3, 28 and E4. RGB value is (243,40,228). Sum of RGB (Red+Green+Blue) = 243+40+228=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 40 (16.02% from 255 or 7.83% from 511); Blue value is 228 (89.45% from 255 or 44.62% from 511); Max value from RGB is 243 - color contains mainly: red. Hex color #F328E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F328E4 is #0CD71B. Grayscale: #797979. Windows color (decimal): -841500 or 14952691. OLE color: 14952691.
HSL color Cylindrical-coordinate representation of color #F328E4: hue angle of 304.43º 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 #F328E4 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 228 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.05 |
| HSL | 304.43º | 0.89% | 0.55% | - |
| HSV(B) | 304.43º | 0.84% | 0.95% | - |
| XYZ | 51.72 | 26.17 | 75.72 | - |
| YUV | 122.13 | 187.75 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 228 | 0 | 0.84 | 0.06 | 0.05 | 304.43 | 0.89 | 0.55 |
| Hex | F3 | 28 | E4 | 0 | 54 | 6 | 5 | 130 | 59 | 37 |
| Octal | 363 | 50 | 344 | 0 | 124 | 6 | 5 | 460 | 131 | 67 |
| Binary | 11110011 | 101000 | 11100100 | 0 | 1010100 | 110 | 101 | 100110000 | 1011001 | 110111 |
Color Harmonies of #F328E4
Complementary color
Monochromatic Colors of #F328E4
Black with #F328E4
Text Example
Text Example
White with #F328E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F328E4; }
p { color: rgb(243,40,228); }
H1.HeaderClassName
{
color: #F328E4;
}
.AnyTagClassName
{
color: #F328E4;
}
</style>
background-color css
<style>
a { background-color: #F328E4; }
a { background-color: rgb(243,40,228); }
div.DivClassName
{
background-color: #F328E4;
}
.BgClassName
{
background-color: #F328E4;
}
</style>
border-color css
<style>
span { border-color: #F328E4; }
span { border-color: rgb(243,40,228); }
td.TdClassName
{
border-color: #F328E4;
}
.TagClassName
{
border-color: #F328E4;
}
</style>