Shades of Razzle Dazzle Rose #F346D3
Tints of Razzle Dazzle Rose #F346D3
RGB
CMYK
RGB Variations
Color information
#F346D3 (or 0xF346D3) is known color: Razzle Dazzle Rose. HEX triplet: F3, 46 and D3. RGB value is (243,70,211). Sum of RGB (Red+Green+Blue) = 243+70+211=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 70 (27.73% from 255 or 13.36% from 524); Blue value is 211 (82.81% from 255 or 40.27% from 524); Max value from RGB is 243 - color contains mainly: red. Hex color #F346D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F346D3 is #0CB92C. Grayscale: #898989. Windows color (decimal): -833837 or 13846259. OLE color: 13846259.
HSL color Cylindrical-coordinate representation of color #F346D3: hue angle of 311.1º 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 #F346D3 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 70 | 211 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.05 |
| HSL | 311.1º | 0.88% | 0.61% | - |
| HSV(B) | 311.1º | 0.71% | 0.95% | - |
| XYZ | 50.91 | 28.14 | 64.38 | - |
| YUV | 137.8 | 169.31 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 70 | 211 | 0 | 0.71 | 0.13 | 0.05 | 311.1 | 0.88 | 0.61 |
| Hex | F3 | 46 | D3 | 0 | 47 | D | 5 | 137 | 58 | 3D |
| Octal | 363 | 106 | 323 | 0 | 107 | 15 | 5 | 467 | 130 | 75 |
| Binary | 11110011 | 1000110 | 11010011 | 0 | 1000111 | 1101 | 101 | 100110111 | 1011000 | 111101 |
Color Harmonies of #F346D3
Complementary color
Monochromatic Colors of #F346D3
Black with #F346D3
Text Example
Text Example
White with #F346D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F346D3; }
p { color: rgb(243,70,211); }
H1.HeaderClassName
{
color: #F346D3;
}
.AnyTagClassName
{
color: #F346D3;
}
</style>
background-color css
<style>
a { background-color: #F346D3; }
a { background-color: rgb(243,70,211); }
div.DivClassName
{
background-color: #F346D3;
}
.BgClassName
{
background-color: #F346D3;
}
</style>
border-color css
<style>
span { border-color: #F346D3; }
span { border-color: rgb(243,70,211); }
td.TdClassName
{
border-color: #F346D3;
}
.TagClassName
{
border-color: #F346D3;
}
</style>