Shades of Razzle Dazzle Rose #F325DC
Tints of Razzle Dazzle Rose #F325DC
RGB
CMYK
RGB Variations
Color information
#F325DC (or 0xF325DC) is known color: Razzle Dazzle Rose. HEX triplet: F3, 25 and DC. RGB value is (243,37,220). Sum of RGB (Red+Green+Blue) = 243+37+220=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 37 (14.84% from 255 or 7.4% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F325DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F325DC is #0CDA23. Grayscale: #767676. Windows color (decimal): -842276 or 14427635. OLE color: 14427635.
HSL color Cylindrical-coordinate representation of color #F325DC: hue angle of 306.7º 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 #F325DC is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 220 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.05 |
| HSL | 306.7º | 0.9% | 0.55% | - |
| HSV(B) | 306.7º | 0.85% | 0.95% | - |
| XYZ | 50.54 | 25.55 | 69.98 | - |
| YUV | 119.46 | 184.75 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 220 | 0 | 0.85 | 0.09 | 0.05 | 306.7 | 0.9 | 0.55 |
| Hex | F3 | 25 | DC | 0 | 55 | 9 | 5 | 133 | 5A | 37 |
| Octal | 363 | 45 | 334 | 0 | 125 | 11 | 5 | 463 | 132 | 67 |
| Binary | 11110011 | 100101 | 11011100 | 0 | 1010101 | 1001 | 101 | 100110011 | 1011010 | 110111 |
Color Harmonies of #F325DC
Complementary color
Monochromatic Colors of #F325DC
Black with #F325DC
Text Example
Text Example
White with #F325DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F325DC; }
p { color: rgb(243,37,220); }
H1.HeaderClassName
{
color: #F325DC;
}
.AnyTagClassName
{
color: #F325DC;
}
</style>
background-color css
<style>
a { background-color: #F325DC; }
a { background-color: rgb(243,37,220); }
div.DivClassName
{
background-color: #F325DC;
}
.BgClassName
{
background-color: #F325DC;
}
</style>
border-color css
<style>
span { border-color: #F325DC; }
span { border-color: rgb(243,37,220); }
td.TdClassName
{
border-color: #F325DC;
}
.TagClassName
{
border-color: #F325DC;
}
</style>