Shades of Razzle Dazzle Rose #F336DC
Tints of Razzle Dazzle Rose #F336DC
RGB
CMYK
RGB Variations
Color information
#F336DC (or 0xF336DC) is known color: Razzle Dazzle Rose. HEX triplet: F3, 36 and DC. RGB value is (243,54,220). Sum of RGB (Red+Green+Blue) = 243+54+220=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 54 (21.48% from 255 or 10.44% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F336DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F336DC is #0CC923. Grayscale: #808080. Windows color (decimal): -837924 or 14431987. OLE color: 14431987.
HSL color Cylindrical-coordinate representation of color #F336DC: hue angle of 307.3º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F336DC is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 54 | 220 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.05 |
| HSL | 307.3º | 0.89% | 0.58% | - |
| HSV(B) | 307.3º | 0.78% | 0.95% | - |
| XYZ | 51.2 | 26.86 | 70.2 | - |
| YUV | 129.44 | 179.12 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 54 | 220 | 0 | 0.78 | 0.09 | 0.05 | 307.3 | 0.89 | 0.58 |
| Hex | F3 | 36 | DC | 0 | 4E | 9 | 5 | 133 | 59 | 3A |
| Octal | 363 | 66 | 334 | 0 | 116 | 11 | 5 | 463 | 131 | 72 |
| Binary | 11110011 | 110110 | 11011100 | 0 | 1001110 | 1001 | 101 | 100110011 | 1011001 | 111010 |
Color Harmonies of #F336DC
Complementary color
Monochromatic Colors of #F336DC
Black with #F336DC
Text Example
Text Example
White with #F336DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F336DC; }
p { color: rgb(243,54,220); }
H1.HeaderClassName
{
color: #F336DC;
}
.AnyTagClassName
{
color: #F336DC;
}
</style>
background-color css
<style>
a { background-color: #F336DC; }
a { background-color: rgb(243,54,220); }
div.DivClassName
{
background-color: #F336DC;
}
.BgClassName
{
background-color: #F336DC;
}
</style>
border-color css
<style>
span { border-color: #F336DC; }
span { border-color: rgb(243,54,220); }
td.TdClassName
{
border-color: #F336DC;
}
.TagClassName
{
border-color: #F336DC;
}
</style>