Shades of Razzle Dazzle Rose #F326DC
Tints of Razzle Dazzle Rose #F326DC
RGB
CMYK
RGB Variations
Color information
#F326DC (or 0xF326DC) is known color: Razzle Dazzle Rose. HEX triplet: F3, 26 and DC. RGB value is (243,38,220). Sum of RGB (Red+Green+Blue) = 243+38+220=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 38 (15.23% from 255 or 7.58% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F326DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F326DC is #0CD923. Grayscale: #777777. Windows color (decimal): -842020 or 14427891. OLE color: 14427891.
HSL color Cylindrical-coordinate representation of color #F326DC: hue angle of 306.73º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F326DC is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 220 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.05 |
| HSL | 306.73º | 0.9% | 0.55% | - |
| HSV(B) | 306.73º | 0.84% | 0.95% | - |
| XYZ | 50.57 | 25.61 | 69.99 | - |
| YUV | 120.04 | 184.42 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 220 | 0 | 0.84 | 0.09 | 0.05 | 306.73 | 0.9 | 0.55 |
| Hex | F3 | 26 | DC | 0 | 54 | 9 | 5 | 133 | 5A | 37 |
| Octal | 363 | 46 | 334 | 0 | 124 | 11 | 5 | 463 | 132 | 67 |
| Binary | 11110011 | 100110 | 11011100 | 0 | 1010100 | 1001 | 101 | 100110011 | 1011010 | 110111 |
Color Harmonies of #F326DC
Complementary color
Monochromatic Colors of #F326DC
Black with #F326DC
Text Example
Text Example
White with #F326DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F326DC; }
p { color: rgb(243,38,220); }
H1.HeaderClassName
{
color: #F326DC;
}
.AnyTagClassName
{
color: #F326DC;
}
</style>
background-color css
<style>
a { background-color: #F326DC; }
a { background-color: rgb(243,38,220); }
div.DivClassName
{
background-color: #F326DC;
}
.BgClassName
{
background-color: #F326DC;
}
</style>
border-color css
<style>
span { border-color: #F326DC; }
span { border-color: rgb(243,38,220); }
td.TdClassName
{
border-color: #F326DC;
}
.TagClassName
{
border-color: #F326DC;
}
</style>