Shades of Razzle Dazzle Rose #F324CC
Tints of Razzle Dazzle Rose #F324CC
RGB
CMYK
RGB Variations
Color information
#F324CC (or 0xF324CC) is known color: Razzle Dazzle Rose. HEX triplet: F3, 24 and CC. RGB value is (243,36,204). Sum of RGB (Red+Green+Blue) = 243+36+204=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 36 (14.45% from 255 or 7.45% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F324CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F324CC is #0CDB33. Grayscale: #747474. Windows color (decimal): -842548 or 13378803. OLE color: 13378803.
HSL color Cylindrical-coordinate representation of color #F324CC: hue angle of 311.3º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F324CC is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 204 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.05 |
| HSL | 311.3º | 0.9% | 0.55% | - |
| HSV(B) | 311.3º | 0.85% | 0.95% | - |
| XYZ | 48.49 | 24.68 | 59.33 | - |
| YUV | 117.05 | 177.08 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 204 | 0 | 0.85 | 0.16 | 0.05 | 311.3 | 0.9 | 0.55 |
| Hex | F3 | 24 | CC | 0 | 55 | 10 | 5 | 137 | 5A | 37 |
| Octal | 363 | 44 | 314 | 0 | 125 | 20 | 5 | 467 | 132 | 67 |
| Binary | 11110011 | 100100 | 11001100 | 0 | 1010101 | 10000 | 101 | 100110111 | 1011010 | 110111 |
Color Harmonies of #F324CC
Complementary color
Monochromatic Colors of #F324CC
Black with #F324CC
Text Example
Text Example
White with #F324CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F324CC; }
p { color: rgb(243,36,204); }
H1.HeaderClassName
{
color: #F324CC;
}
.AnyTagClassName
{
color: #F324CC;
}
</style>
background-color css
<style>
a { background-color: #F324CC; }
a { background-color: rgb(243,36,204); }
div.DivClassName
{
background-color: #F324CC;
}
.BgClassName
{
background-color: #F324CC;
}
</style>
border-color css
<style>
span { border-color: #F324CC; }
span { border-color: rgb(243,36,204); }
td.TdClassName
{
border-color: #F324CC;
}
.TagClassName
{
border-color: #F324CC;
}
</style>