Shades of Razzle Dazzle Rose #F346D8
Tints of Razzle Dazzle Rose #F346D8
RGB
CMYK
RGB Variations
Color information
#F346D8 (or 0xF346D8) is known color: Razzle Dazzle Rose. HEX triplet: F3, 46 and D8. RGB value is (243,70,216). Sum of RGB (Red+Green+Blue) = 243+70+216=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 70 (27.73% from 255 or 13.23% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F346D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F346D8 is #0CB927. Grayscale: #898989. Windows color (decimal): -833832 or 14173939. OLE color: 14173939.
HSL color Cylindrical-coordinate representation of color #F346D8: hue angle of 309.36º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F346D8 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 70 | 216 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.05 |
| HSL | 309.36º | 0.88% | 0.61% | - |
| HSV(B) | 309.36º | 0.71% | 0.95% | - |
| XYZ | 51.55 | 28.39 | 67.73 | - |
| YUV | 138.37 | 171.81 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 70 | 216 | 0 | 0.71 | 0.11 | 0.05 | 309.36 | 0.88 | 0.61 |
| Hex | F3 | 46 | D8 | 0 | 47 | B | 5 | 135 | 58 | 3D |
| Octal | 363 | 106 | 330 | 0 | 107 | 13 | 5 | 465 | 130 | 75 |
| Binary | 11110011 | 1000110 | 11011000 | 0 | 1000111 | 1011 | 101 | 100110101 | 1011000 | 111101 |
Color Harmonies of #F346D8
Complementary color
Monochromatic Colors of #F346D8
Black with #F346D8
Text Example
Text Example
White with #F346D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F346D8; }
p { color: rgb(243,70,216); }
H1.HeaderClassName
{
color: #F346D8;
}
.AnyTagClassName
{
color: #F346D8;
}
</style>
background-color css
<style>
a { background-color: #F346D8; }
a { background-color: rgb(243,70,216); }
div.DivClassName
{
background-color: #F346D8;
}
.BgClassName
{
background-color: #F346D8;
}
</style>
border-color css
<style>
span { border-color: #F346D8; }
span { border-color: rgb(243,70,216); }
td.TdClassName
{
border-color: #F346D8;
}
.TagClassName
{
border-color: #F346D8;
}
</style>