Shades of Razzle Dazzle Rose #F332DC
Tints of Razzle Dazzle Rose #F332DC
RGB
CMYK
RGB Variations
Color information
#F332DC (or 0xF332DC) is known color: Razzle Dazzle Rose. HEX triplet: F3, 32 and DC. RGB value is (243,50,220). Sum of RGB (Red+Green+Blue) = 243+50+220=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 50 (19.92% from 255 or 9.75% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F332DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F332DC is #0CCD23. Grayscale: #7E7E7E. Windows color (decimal): -838948 or 14430963. OLE color: 14430963.
HSL color Cylindrical-coordinate representation of color #F332DC: hue angle of 307.15º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F332DC is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 220 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.05 |
| HSL | 307.15º | 0.89% | 0.57% | - |
| HSV(B) | 307.15º | 0.79% | 0.95% | - |
| XYZ | 51.02 | 26.5 | 70.14 | - |
| YUV | 127.09 | 180.44 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 220 | 0 | 0.79 | 0.09 | 0.05 | 307.15 | 0.89 | 0.57 |
| Hex | F3 | 32 | DC | 0 | 4F | 9 | 5 | 133 | 59 | 39 |
| Octal | 363 | 62 | 334 | 0 | 117 | 11 | 5 | 463 | 131 | 71 |
| Binary | 11110011 | 110010 | 11011100 | 0 | 1001111 | 1001 | 101 | 100110011 | 1011001 | 111001 |
Color Harmonies of #F332DC
Complementary color
Monochromatic Colors of #F332DC
Black with #F332DC
Text Example
Text Example
White with #F332DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F332DC; }
p { color: rgb(243,50,220); }
H1.HeaderClassName
{
color: #F332DC;
}
.AnyTagClassName
{
color: #F332DC;
}
</style>
background-color css
<style>
a { background-color: #F332DC; }
a { background-color: rgb(243,50,220); }
div.DivClassName
{
background-color: #F332DC;
}
.BgClassName
{
background-color: #F332DC;
}
</style>
border-color css
<style>
span { border-color: #F332DC; }
span { border-color: rgb(243,50,220); }
td.TdClassName
{
border-color: #F332DC;
}
.TagClassName
{
border-color: #F332DC;
}
</style>