Shades of Razzle Dazzle Rose #F328BC
Tints of Razzle Dazzle Rose #F328BC
RGB
CMYK
RGB Variations
Color information
#F328BC (or 0xF328BC) is known color: Razzle Dazzle Rose. HEX triplet: F3, 28 and BC. RGB value is (243,40,188). Sum of RGB (Red+Green+Blue) = 243+40+188=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 40 (16.02% from 255 or 8.49% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F328BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F328BC is #0CD743. Grayscale: #757575. Windows color (decimal): -841540 or 12331251. OLE color: 12331251.
HSL color Cylindrical-coordinate representation of color #F328BC: hue angle of 316.26º 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 #F328BC is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 188 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.05 |
| HSL | 316.26º | 0.89% | 0.55% | - |
| HSV(B) | 316.26º | 0.84% | 0.95% | - |
| XYZ | 46.8 | 24.2 | 49.78 | - |
| YUV | 117.57 | 167.75 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 188 | 0 | 0.84 | 0.23 | 0.05 | 316.26 | 0.89 | 0.55 |
| Hex | F3 | 28 | BC | 0 | 54 | 17 | 5 | 13C | 59 | 37 |
| Octal | 363 | 50 | 274 | 0 | 124 | 27 | 5 | 474 | 131 | 67 |
| Binary | 11110011 | 101000 | 10111100 | 0 | 1010100 | 10111 | 101 | 100111100 | 1011001 | 110111 |
Color Harmonies of #F328BC
Complementary color
Monochromatic Colors of #F328BC
Black with #F328BC
Text Example
Text Example
White with #F328BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F328BC; }
p { color: rgb(243,40,188); }
H1.HeaderClassName
{
color: #F328BC;
}
.AnyTagClassName
{
color: #F328BC;
}
</style>
background-color css
<style>
a { background-color: #F328BC; }
a { background-color: rgb(243,40,188); }
div.DivClassName
{
background-color: #F328BC;
}
.BgClassName
{
background-color: #F328BC;
}
</style>
border-color css
<style>
span { border-color: #F328BC; }
span { border-color: rgb(243,40,188); }
td.TdClassName
{
border-color: #F328BC;
}
.TagClassName
{
border-color: #F328BC;
}
</style>