Shades of Razzle Dazzle Rose #F328C5
Tints of Razzle Dazzle Rose #F328C5
RGB
CMYK
RGB Variations
Color information
#F328C5 (or 0xF328C5) is known color: Razzle Dazzle Rose. HEX triplet: F3, 28 and C5. RGB value is (243,40,197). Sum of RGB (Red+Green+Blue) = 243+40+197=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F328C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F328C5 is #0CD73A. Grayscale: #767676. Windows color (decimal): -841531 or 12921075. OLE color: 12921075.
HSL color Cylindrical-coordinate representation of color #F328C5: hue angle of 313.6º 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 #F328C5 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 197 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.05 |
| HSL | 313.6º | 0.89% | 0.55% | - |
| HSV(B) | 313.6º | 0.84% | 0.95% | - |
| XYZ | 47.8 | 24.6 | 55.05 | - |
| YUV | 118.6 | 172.25 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 197 | 0 | 0.84 | 0.19 | 0.05 | 313.6 | 0.89 | 0.55 |
| Hex | F3 | 28 | C5 | 0 | 54 | 13 | 5 | 13A | 59 | 37 |
| Octal | 363 | 50 | 305 | 0 | 124 | 23 | 5 | 472 | 131 | 67 |
| Binary | 11110011 | 101000 | 11000101 | 0 | 1010100 | 10011 | 101 | 100111010 | 1011001 | 110111 |
Color Harmonies of #F328C5
Complementary color
Monochromatic Colors of #F328C5
Black with #F328C5
Text Example
Text Example
White with #F328C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F328C5; }
p { color: rgb(243,40,197); }
H1.HeaderClassName
{
color: #F328C5;
}
.AnyTagClassName
{
color: #F328C5;
}
</style>
background-color css
<style>
a { background-color: #F328C5; }
a { background-color: rgb(243,40,197); }
div.DivClassName
{
background-color: #F328C5;
}
.BgClassName
{
background-color: #F328C5;
}
</style>
border-color css
<style>
span { border-color: #F328C5; }
span { border-color: rgb(243,40,197); }
td.TdClassName
{
border-color: #F328C5;
}
.TagClassName
{
border-color: #F328C5;
}
</style>