Shades of Razzle Dazzle Rose #F324DF
Tints of Razzle Dazzle Rose #F324DF
RGB
CMYK
RGB Variations
Color information
#F324DF (or 0xF324DF) is known color: Razzle Dazzle Rose. HEX triplet: F3, 24 and DF. RGB value is (243,36,223). Sum of RGB (Red+Green+Blue) = 243+36+223=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 36 (14.45% from 255 or 7.17% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F324DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F324DF is #0CDB20. Grayscale: #767676. Windows color (decimal): -842529 or 14623987. OLE color: 14623987.
HSL color Cylindrical-coordinate representation of color #F324DF: hue angle of 305.8º 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 #F324DF is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 223 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.05 |
| HSL | 305.8º | 0.9% | 0.55% | - |
| HSV(B) | 305.8º | 0.85% | 0.95% | - |
| XYZ | 50.91 | 25.64 | 72.08 | - |
| YUV | 119.21 | 186.58 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 223 | 0 | 0.85 | 0.08 | 0.05 | 305.8 | 0.9 | 0.55 |
| Hex | F3 | 24 | DF | 0 | 55 | 8 | 5 | 132 | 5A | 37 |
| Octal | 363 | 44 | 337 | 0 | 125 | 10 | 5 | 462 | 132 | 67 |
| Binary | 11110011 | 100100 | 11011111 | 0 | 1010101 | 1000 | 101 | 100110010 | 1011010 | 110111 |
Color Harmonies of #F324DF
Complementary color
Monochromatic Colors of #F324DF
Black with #F324DF
Text Example
Text Example
White with #F324DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F324DF; }
p { color: rgb(243,36,223); }
H1.HeaderClassName
{
color: #F324DF;
}
.AnyTagClassName
{
color: #F324DF;
}
</style>
background-color css
<style>
a { background-color: #F324DF; }
a { background-color: rgb(243,36,223); }
div.DivClassName
{
background-color: #F324DF;
}
.BgClassName
{
background-color: #F324DF;
}
</style>
border-color css
<style>
span { border-color: #F324DF; }
span { border-color: rgb(243,36,223); }
td.TdClassName
{
border-color: #F324DF;
}
.TagClassName
{
border-color: #F324DF;
}
</style>