Shades of Razzle Dazzle Rose #F324D3
Tints of Razzle Dazzle Rose #F324D3
RGB
CMYK
RGB Variations
Color information
#F324D3 (or 0xF324D3) is known color: Razzle Dazzle Rose. HEX triplet: F3, 24 and D3. RGB value is (243,36,211). Sum of RGB (Red+Green+Blue) = 243+36+211=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 36 (14.45% from 255 or 7.35% from 490); Blue value is 211 (82.81% from 255 or 43.06% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F324D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F324D3 is #0CDB2C. Grayscale: #757575. Windows color (decimal): -842541 or 13837555. OLE color: 13837555.
HSL color Cylindrical-coordinate representation of color #F324D3: hue angle of 309.28º 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 #F324D3 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 211 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.05 |
| HSL | 309.28º | 0.9% | 0.55% | - |
| HSV(B) | 309.28º | 0.85% | 0.95% | - |
| XYZ | 49.35 | 25.02 | 63.86 | - |
| YUV | 117.84 | 180.58 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 211 | 0 | 0.85 | 0.13 | 0.05 | 309.28 | 0.9 | 0.55 |
| Hex | F3 | 24 | D3 | 0 | 55 | D | 5 | 135 | 5A | 37 |
| Octal | 363 | 44 | 323 | 0 | 125 | 15 | 5 | 465 | 132 | 67 |
| Binary | 11110011 | 100100 | 11010011 | 0 | 1010101 | 1101 | 101 | 100110101 | 1011010 | 110111 |
Color Harmonies of #F324D3
Complementary color
Monochromatic Colors of #F324D3
Black with #F324D3
Text Example
Text Example
White with #F324D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F324D3; }
p { color: rgb(243,36,211); }
H1.HeaderClassName
{
color: #F324D3;
}
.AnyTagClassName
{
color: #F324D3;
}
</style>
background-color css
<style>
a { background-color: #F324D3; }
a { background-color: rgb(243,36,211); }
div.DivClassName
{
background-color: #F324D3;
}
.BgClassName
{
background-color: #F324D3;
}
</style>
border-color css
<style>
span { border-color: #F324D3; }
span { border-color: rgb(243,36,211); }
td.TdClassName
{
border-color: #F324D3;
}
.TagClassName
{
border-color: #F324D3;
}
</style>