Shades of Razzle Dazzle Rose #F334DC
Tints of Razzle Dazzle Rose #F334DC
RGB
CMYK
RGB Variations
Color information
#F334DC (or 0xF334DC) is known color: Razzle Dazzle Rose. HEX triplet: F3, 34 and DC. RGB value is (243,52,220). Sum of RGB (Red+Green+Blue) = 243+52+220=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 52 (20.70% from 255 or 10.10% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F334DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F334DC is #0CCB23. Grayscale: #7F7F7F. Windows color (decimal): -838436 or 14431475. OLE color: 14431475.
HSL color Cylindrical-coordinate representation of color #F334DC: hue angle of 307.23º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F334DC is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 220 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.05 |
| HSL | 307.23º | 0.89% | 0.58% | - |
| HSV(B) | 307.23º | 0.79% | 0.95% | - |
| XYZ | 51.11 | 26.68 | 70.17 | - |
| YUV | 128.26 | 179.78 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 220 | 0 | 0.79 | 0.09 | 0.05 | 307.23 | 0.89 | 0.58 |
| Hex | F3 | 34 | DC | 0 | 4F | 9 | 5 | 133 | 59 | 3A |
| Octal | 363 | 64 | 334 | 0 | 117 | 11 | 5 | 463 | 131 | 72 |
| Binary | 11110011 | 110100 | 11011100 | 0 | 1001111 | 1001 | 101 | 100110011 | 1011001 | 111010 |
Color Harmonies of #F334DC
Complementary color
Monochromatic Colors of #F334DC
Black with #F334DC
Text Example
Text Example
White with #F334DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F334DC; }
p { color: rgb(243,52,220); }
H1.HeaderClassName
{
color: #F334DC;
}
.AnyTagClassName
{
color: #F334DC;
}
</style>
background-color css
<style>
a { background-color: #F334DC; }
a { background-color: rgb(243,52,220); }
div.DivClassName
{
background-color: #F334DC;
}
.BgClassName
{
background-color: #F334DC;
}
</style>
border-color css
<style>
span { border-color: #F334DC; }
span { border-color: rgb(243,52,220); }
td.TdClassName
{
border-color: #F334DC;
}
.TagClassName
{
border-color: #F334DC;
}
</style>