Shades of Razzle Dazzle Rose #F324D4
Tints of Razzle Dazzle Rose #F324D4
RGB
CMYK
RGB Variations
Color information
#F324D4 (or 0xF324D4) is known color: Razzle Dazzle Rose. HEX triplet: F3, 24 and D4. RGB value is (243,36,212). Sum of RGB (Red+Green+Blue) = 243+36+212=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 36 (14.45% from 255 or 7.33% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F324D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F324D4 is #0CDB2B. Grayscale: #757575. Windows color (decimal): -842540 or 13903091. OLE color: 13903091.
HSL color Cylindrical-coordinate representation of color #F324D4: hue angle of 308.99º 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 #F324D4 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 212 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.05 |
| HSL | 308.99º | 0.9% | 0.55% | - |
| HSV(B) | 308.99º | 0.85% | 0.95% | - |
| XYZ | 49.48 | 25.07 | 64.52 | - |
| YUV | 117.96 | 181.08 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 212 | 0 | 0.85 | 0.13 | 0.05 | 308.99 | 0.9 | 0.55 |
| Hex | F3 | 24 | D4 | 0 | 55 | D | 5 | 135 | 5A | 37 |
| Octal | 363 | 44 | 324 | 0 | 125 | 15 | 5 | 465 | 132 | 67 |
| Binary | 11110011 | 100100 | 11010100 | 0 | 1010101 | 1101 | 101 | 100110101 | 1011010 | 110111 |
Color Harmonies of #F324D4
Complementary color
Monochromatic Colors of #F324D4
Black with #F324D4
Text Example
Text Example
White with #F324D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F324D4; }
p { color: rgb(243,36,212); }
H1.HeaderClassName
{
color: #F324D4;
}
.AnyTagClassName
{
color: #F324D4;
}
</style>
background-color css
<style>
a { background-color: #F324D4; }
a { background-color: rgb(243,36,212); }
div.DivClassName
{
background-color: #F324D4;
}
.BgClassName
{
background-color: #F324D4;
}
</style>
border-color css
<style>
span { border-color: #F324D4; }
span { border-color: rgb(243,36,212); }
td.TdClassName
{
border-color: #F324D4;
}
.TagClassName
{
border-color: #F324D4;
}
</style>